X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-main%2Ffeeds%2Ffeed.component.scss;h=a1838c4852e19af8d23fbc2251cb296dd87c3e07;hb=8cbc40b2fe9d36ef0505b9441276ca561342e9e9;hp=34dd0e93783ab37d892f703a8824ba53db953bc1;hpb=67ed6552b831df66713bac9e672738796128d33f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-main/feeds/feed.component.scss b/client/src/app/shared/shared-main/feeds/feed.component.scss index 34dd0e937..a1838c485 100644 --- a/client/src/app/shared/shared-main/feeds/feed.component.scss +++ b/client/src/app/shared/shared-main/feeds/feed.component.scss @@ -1,20 +1,18 @@ -@import '_variables'; -@import '_mixins'; +@use '_variables' as *; +@use '_mixins' as *; -.video-feed { - width: min-content; +.feed { + width: 100%; a { - color: black; + color: #000; display: block; } +} - my-global-icon { - cursor: pointer; - width: 12px; - position: relative; - top: -2px; +my-global-icon { + @include apply-svg-color(pvar(--mainForegroundColor)); - @include apply-svg-color(pvar(--mainForegroundColor)) - } + cursor: pointer; + width: 100%; }