]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-main/feeds/feed.component.scss
Fix pending job table migration
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / feeds / feed.component.scss
index 13710c99bb714ab628cfee347ffc36520ffaeb22..bf1f4eeebdd1715d51d0e89ed4636fc764dd29da 100644 (file)
@@ -1,5 +1,5 @@
-@use '_variables';
-@use '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
 
 .feed {
   width: 100%;
@@ -7,12 +7,11 @@
   a {
     color: #000;
     display: block;
+    min-width: 100px;
   }
 }
 
 my-global-icon {
-  @include apply-svg-color(pvar(--mainForegroundColor));
-
   cursor: pointer;
   width: 100%;
 }