mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-02 13:35:02 +08:00
reordered buttons
This commit is contained in:
parent
80cc45b524
commit
68b6dff4bb
1 changed files with 9 additions and 9 deletions
|
|
@ -1483,15 +1483,6 @@
|
|||
>
|
||||
<i class="fas fa-fw fa-align-left"></i>
|
||||
</div>
|
||||
<div
|
||||
id="copyResultToClipboardButton"
|
||||
aria-label="Save screenshot"
|
||||
data-balloon-pos="down"
|
||||
tabindex="0"
|
||||
onclick="this.blur();"
|
||||
>
|
||||
<i class="far fa-fw fa-image"></i>
|
||||
</div>
|
||||
<div
|
||||
id="watchReplayButton"
|
||||
aria-label="Watch Replay"
|
||||
|
|
@ -1501,6 +1492,15 @@
|
|||
>
|
||||
<i class="fas fa-fw fa-backward"></i>
|
||||
</div>
|
||||
<div
|
||||
id="copyResultToClipboardButton"
|
||||
aria-label="Save screenshot"
|
||||
data-balloon-pos="down"
|
||||
tabindex="0"
|
||||
onclick="this.blur();"
|
||||
>
|
||||
<i class="far fa-fw fa-image"></i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue