Skip to content

Commit

Permalink
add margins to buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mikuhn committed Nov 2, 2023
1 parent 99f0857 commit 62e01c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webgui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@
<div class="col-auto">
<button
id="button-run-simulation-id"
class="btn btn-success btn-sm control-button"
class="btn btn-success btn-sm control-button me-1"
title="run simulation"
>
<img src="svg/start.svg" />
</button>
<button
id="button-pause-simulation-id"
class="btn btn-warning btn-sm control-button"
class="btn btn-warning btn-sm control-button me-1"
title="pause simulation"
disabled
>
<img src="svg/pause.svg" />
</button>
<button
id="button-step-simulation-id"
class="btn btn-primary btn-sm control-button"
class="btn btn-primary btn-sm control-button me-1"
title="step"
>
<img src="svg/next.svg" />
Expand Down

0 comments on commit 62e01c0

Please sign in to comment.