X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Ffeed.component.scss;h=34dd0e93783ab37d892f703a8824ba53db953bc1;hb=e66883b37ae0796256b3aba550670a2d76cfc98a;hp=ed1dc17d348701c157043e4d09a071330793cb19;hpb=88108880bbdba473cfe36ecbebc1c3c4f972e102;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)) } }