Skip to content

Commit

Permalink
Improve ui. Smaller status bar. More button get ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
Binnette committed Aug 25, 2024
1 parent 2874350 commit 910726d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
<div class="toolbar-action">
<button class="action type" value="surface">surface</button>
<button class="action type" value="street_side">street side</button>
<button id="more" class="action">more</button>
<button id="more" class="action">more</button>
<button class="action next">next ▶</button>
</div>
<div class="toolbar-stats center">
Task: <span id="index"></span>/<span id="total"></span>
(<span id="solved"></span> solved,
<span id="index"></span>/<span id="total"></span>
(<span id="solved"></span> done,
<span id="skipped"></span> skipped)
</div>
</div>
Expand Down

0 comments on commit 910726d

Please sign in to comment.