Fix layout shift on page load and navigation (#2354)

* try

* for mobile
This commit is contained in:
Kalle 2025-06-01 18:37:54 +03:00 committed by GitHub
parent 296602626f
commit ce0d1d2ea4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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