mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-02 22:26:57 -05:00
Fix layout shift on page load and navigation (#2354)
* try * for mobile
This commit is contained in:
parent
296602626f
commit
ce0d1d2ea4
|
|
@ -1325,7 +1325,14 @@ abbr[title] {
|
|||
}
|
||||
|
||||
.top-leaderboard {
|
||||
min-height: 140px;
|
||||
min-height: 130px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 601px) {
|
||||
.top-leaderboard {
|
||||
min-height: 120px;
|
||||
}
|
||||
}
|
||||
|
||||
.youtube__container {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user