Skip to content

Commit

Permalink
support home chips
Browse files Browse the repository at this point in the history
  • Loading branch information
ohitstom committed Nov 26, 2023
1 parent 01318e4 commit c4f6421
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Comfy/app.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions Comfy/assets/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
}

// Headers
.rX_OmqCngvY5ZCoYBZgb.zyeJ9w99yrvGokL3BsMc:after {
background-color: var(--spice-main);
}

.main-home-homeHeader,
.main-trackList-trackListHeader {
display: none;
Expand Down
6 changes: 4 additions & 2 deletions Comfy/assets/_snippets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -248,12 +248,14 @@
.queue-queuePage-queuePage,
.search-searchCategory-SearchCategory,
.artist-artistDiscography-topBar,
.marketplace-header {
.marketplace-header,
.f59DF4qQ_FphIrVeRYkI {
margin-top: 0 !important;
top: 0 !important;
}

.marketplace-header {
.marketplace-header,
.f59DF4qQ_FphIrVeRYkI {
padding-top: 8px !important;
}
}
Expand Down

0 comments on commit c4f6421

Please sign in to comment.