Skip to content

Commit

Permalink
Improve premium banners
Browse files Browse the repository at this point in the history
  • Loading branch information
onkofonko committed May 9, 2024
1 parent d11f428 commit 3a48680
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion public/theme/source.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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);
}

0 comments on commit 3a48680

Please sign in to comment.