Improve channel text fading

pull/6252/head
Chocobozzz 2024-02-15 16:38:38 +01:00
parent f49896f44e
commit a53834bdff
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -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;
@ -87,7 +87,7 @@ my-subscribe-button {
.videos-overflow-workaround {
@include margin-top(2rem);
overflow-x: hidden;
}