diff --git a/Comfy/assets/_main.scss b/Comfy/assets/_main.scss index 4e5f261..afe8571 100644 --- a/Comfy/assets/_main.scss +++ b/Comfy/assets/_main.scss @@ -77,22 +77,24 @@ .main-entityHeader-background { height: calc(40vh + var(--tracklist-gradient-height)); max-height: 100%; - &.main-entityHeader-overlay { --bgColor: unset !important; } } - .main-entityHeader-withBackgroundImage { - height: 40vh !important; - } } :root .Root__main-view { + + // Banner .comfy-banner-frame { display: none; } + .main-entityHeader-withBackgroundImage { + height: 40vh !important; + } + // Ad containers .main-leaderboardComponent-container, .sponsor-container { @@ -272,4 +274,4 @@ } } } -} +} \ No newline at end of file