X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Ffeed.component.scss;h=34dd0e93783ab37d892f703a8824ba53db953bc1;hb=0c4bacbff53bc732f5a2677d62a6ead7752e2405;hp=ed1dc17d348701c157043e4d09a071330793cb19;hpb=28f3d1b36a70426795240c9370e47b6c4ba847f8;p=oweals%2Fpeertube.git diff --git a/client/src/app/shared/video/feed.component.scss b/client/src/app/shared/video/feed.component.scss index ed1dc17d3..34dd0e937 100644 --- a/client/src/app/shared/video/feed.component.scss +++ b/client/src/app/shared/video/feed.component.scss @@ -2,6 +2,8 @@ @import '_mixins'; .video-feed { + width: min-content; + a { color: black; display: block; @@ -13,6 +15,6 @@ position: relative; top: -2px; - @include apply-svg-color(var(--mainForegroundColor)) + @include apply-svg-color(pvar(--mainForegroundColor)) } }