Skip to content

Commit

Permalink
views/index: fix play symbol display on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo98 committed Sep 17, 2023
1 parent 2e6b4ed commit 8557ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<form action="<%= runner.paused? ? "/unpause" : "/pause" %>" method="post" class="d-flex ms-1">
<input type="hidden" name="thread_runner" value="<%= runner.name %>">
<% if runner.paused? %>
<button type="submit" style="--bs-btn-padding-y: 0; width: 2.5rem" class="btn btn-success">&#9654;</button>
<button type="submit" style="--bs-btn-padding-y: 0; width: 2.5rem" class="btn btn-success">&#9654;&#xFE0E;</button>
<% else %>
<button type="submit" style="font-size: 0.5rem; --bs-btn-padding-y: 0; width: 2.5rem" class="btn btn-danger">&#9616;&nbsp;&#9612;</button>
<% end %>
Expand Down

0 comments on commit 8557ec4

Please sign in to comment.