Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
ohitstom committed Oct 24, 2024
1 parent f709765 commit 665b88e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Comfy/assets/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}

.main-entityHeader-background {
height: calc(clamp(340px, 30vh, 400px) + var(--tracklist-gradient-height));
height: calc(40vh + var(--tracklist-gradient-height));
max-height: 100%;

&.main-entityHeader-overlay {
Expand All @@ -84,7 +84,7 @@
}

.main-entityHeader-withBackgroundImage {
height: clamp(340px, 30vh, 400px) !important;
height: 40vh !important;
}
}

Expand Down Expand Up @@ -193,12 +193,12 @@

.main-actionBar-ActionBarRow {
&:first-of-type {
>div:first-child {
>*:first-child {
margin-top: -24px;
}
}

>div:first-child {
>*:first-child {
margin-left: calc(var(--content-spacing) + 3px);
}

Expand Down

0 comments on commit 665b88e

Please sign in to comment.