mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
Corrected toolip coordinates
This commit is contained in:
parent
b4ef7eddfe
commit
0183551628
1 changed files with 2 additions and 3 deletions
|
@ -64,7 +64,7 @@
|
|||
visibility: hidden;
|
||||
width: 120px;
|
||||
bottom: 120%;
|
||||
left: 50%;
|
||||
left: 70%;
|
||||
margin-left: -60px;
|
||||
background-color: black;
|
||||
color: #fff;
|
||||
|
@ -303,9 +303,8 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
Discord:
|
||||
<!-- FIXME: Fix username copy -->
|
||||
<div class="tooltip" onclick="copyUserName()">Miodec#1512
|
||||
<div class="tooltip" onclick="copyUserName()">Discord: Miodec#1512
|
||||
<span class="tooltiptext">Click to copy</span>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue