Skip to content

Commit

Permalink
Improve channel text fading
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Feb 15, 2024
1 parent f49896f commit a53834b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}

.description-html {
@include fade-text(30px, pvar(--channelBackgroundColor));
@include fade-text(50px, pvar(--channelBackgroundColor));

grid-column: 2 / 4;
grid-row: 2;
Expand Down Expand Up @@ -87,7 +87,7 @@ my-subscribe-button {

.videos-overflow-workaround {
@include margin-top(2rem);

overflow-x: hidden;
}

Expand Down

0 comments on commit a53834b

Please sign in to comment.