This commit is contained in:
Miodec 2025-09-03 10:53:38 +02:00 committed by Christian Fehmer
parent cb7b050081
commit cb76ef5d3a
2 changed files with 14 additions and 6 deletions

View file

@ -414,11 +414,6 @@ key {
top: 0.5em;
}
.friendsBubble {
right: 0.5em;
top: 0.5em;
}
#fpsCounter {
position: fixed;
left: 0;

View file

@ -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,