provide specific engine boundaries for nodejs and yarn
[oweals/peertube.git] / client / src / app / shared / video / feed.component.scss
index ed1dc17d348701c157043e4d09a071330793cb19..34dd0e93783ab37d892f703a8824ba53db953bc1 100644 (file)
@@ -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))
   }
 }