mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-17 19:15:59 +08:00
bam
This commit is contained in:
parent
cb7b050081
commit
cb76ef5d3a
2 changed files with 14 additions and 6 deletions
|
@ -414,11 +414,6 @@ key {
|
|||
top: 0.5em;
|
||||
}
|
||||
|
||||
.friendsBubble {
|
||||
right: 0.5em;
|
||||
top: 0.5em;
|
||||
}
|
||||
|
||||
#fpsCounter {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
|
|
|
@ -191,7 +191,8 @@ nav {
|
|||
border-radius: var(--roundness);
|
||||
gap: 0.25em;
|
||||
|
||||
* {
|
||||
a,
|
||||
button {
|
||||
justify-content: left;
|
||||
padding-left: 0;
|
||||
border-radius: 0;
|
||||
|
@ -210,6 +211,18 @@ nav {
|
|||
border-radius: var(--roundness);
|
||||
}
|
||||
}
|
||||
|
||||
& .goToFriends {
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr auto;
|
||||
text-align: left;
|
||||
.friendsBubble {
|
||||
margin-right: 0.5em;
|
||||
position: unset;
|
||||
box-shadow: 0 0 0 0.5em var(--sub-alt-color);
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&:hover,
|
||||
|
|
Loading…
Add table
Reference in a new issue