From 3a486800801946abf3ee0b9ecd4b0dd4ee43c8b1 Mon Sep 17 00:00:00 2001 From: onkofonko Date: Thu, 9 May 2024 21:50:49 +0200 Subject: [PATCH] Improve premium banners --- public/theme/source.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/theme/source.css b/public/theme/source.css index 496efd7..36bb026 100644 --- a/public/theme/source.css +++ b/public/theme/source.css @@ -3741,7 +3741,9 @@ button[aria-label="Disable Game Activity"] .contents__322f4:after { transform: scaleY(-1); -webkit-transform: scaleY(-1); top: 120px; - height: calc(100vh - 140px); + height: calc(100vh - 12px); + background-color: unset!important; + background-size: 100% 100% } .accountProfileCard__744d8>.settingsBanner__01382.bannerPremium__69560:before, @@ -11846,4 +11848,9 @@ button.tagsButton__34537 { .container__532be::-webkit-scrollbar { display: none; +} + +.userPanelInner__3184c.userProfileInner__8ff35 .banner__6d414:after, +.userPanelInner__3184c.userProfileInner__8ff35 .banner_b7f1fb:after{ +height: calc(100vh - 100px); } \ No newline at end of file