mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-31 03:08:29 +08:00
adjusted media queries for the menu
This commit is contained in:
parent
63c4313428
commit
3a0654ce0b
1 changed files with 15 additions and 11 deletions
|
|
@ -348,21 +348,23 @@
|
|||
}
|
||||
#menu {
|
||||
gap: 0.1rem;
|
||||
font-size: 0.75rem;
|
||||
.textButton {
|
||||
padding: 0.25rem;
|
||||
font-size: 0.8rem;
|
||||
line-height: 0.8rem;
|
||||
// padding: 0.25rem;
|
||||
// font-size: 0.8rem;
|
||||
// line-height: 0.8rem;
|
||||
&.account {
|
||||
margin-top: 0.05rem;
|
||||
// margin-top: 0.05rem;
|
||||
.text {
|
||||
display: none;
|
||||
}
|
||||
.avatar {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
// width: 1rem;
|
||||
// height: 1rem;
|
||||
}
|
||||
.level {
|
||||
line-height: 0.8rem;
|
||||
.levelAndBar {
|
||||
font-size: 1rem;
|
||||
// line-height: 0.8rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -826,9 +828,7 @@
|
|||
}
|
||||
}
|
||||
#menu {
|
||||
.textButton {
|
||||
// padding: 0;
|
||||
}
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
#bottom {
|
||||
|
|
@ -914,6 +914,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
#top #menu {
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
#bottom {
|
||||
font-size: 0.65rem;
|
||||
.leftright {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue