mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-03 22:15:07 +08:00
fix: button not styled correctly
This commit is contained in:
parent
f5576adc9a
commit
f4e5574c91
2 changed files with 6 additions and 6 deletions
|
|
@ -67,13 +67,13 @@ function reset(): void {
|
|||
<div class="value">-</div>
|
||||
</div>
|
||||
<div class="buttonGroup">
|
||||
<div
|
||||
class="userReportButton button"
|
||||
<button
|
||||
class="userReportButton"
|
||||
data-balloon-pos="left"
|
||||
aria-label="Report user"
|
||||
>
|
||||
<i class="fas fa-flag"></i>
|
||||
</div>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="leaderboardsPositions">
|
||||
|
|
|
|||
|
|
@ -75,14 +75,14 @@
|
|||
<div class="value">-</div>
|
||||
</div>
|
||||
<div class="buttonGroup">
|
||||
<div
|
||||
class="userReportButton button"
|
||||
<button
|
||||
class="userReportButton"
|
||||
data-balloon-pos="left"
|
||||
aria-label="Report user"
|
||||
role="button"
|
||||
>
|
||||
<i class="fas fa-flag"></i>
|
||||
</div>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="leaderboardsPositions">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue