Skip to content

Commit

Permalink
style: update main.scss for banner and entity header adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
ohitstom committed Oct 30, 2024
1 parent 5f8dc11 commit b26136b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Comfy/assets/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -272,4 +274,4 @@
}
}
}
}
}

0 comments on commit b26136b

Please sign in to comment.