From ce0d1d2ea478458514dabc1216bf1e0813f9c342 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sun, 1 Jun 2025 18:37:54 +0300 Subject: [PATCH] Fix layout shift on page load and navigation (#2354) * try * for mobile --- app/styles/common.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/styles/common.css b/app/styles/common.css index 8d7e2c76b..3d4dcf0a4 100644 --- a/app/styles/common.css +++ b/app/styles/common.css @@ -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 {