X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2Fvideo-list%2Ftrending%2Fvideo-trending-header.component.scss;h=df127e1cb2826fca2ce22541a509c71d52f58b63;hb=27bc95867442c772841fb183a625bbda61dede51;hp=6daacc78e2cc81c06c093152c0de8a433535f1f2;hpb=931d3430184143ebd88e5243def6eb1d7acfdbf4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+videos/video-list/trending/video-trending-header.component.scss b/client/src/app/+videos/video-list/trending/video-trending-header.component.scss index 6daacc78e..df127e1cb 100644 --- a/client/src/app/+videos/video-list/trending/video-trending-header.component.scss +++ b/client/src/app/+videos/video-list/trending/video-trending-header.component.scss @@ -1,3 +1,5 @@ +@import '_mixins'; + .btn-group label { border: 1px solid transparent; border-radius: 9999px !important; @@ -5,13 +7,14 @@ opacity: .8; &:not(:first-child) { - margin-left: .5rem; + @include margin-left(.5rem); } my-global-icon { + @include margin-right(.1rem); + position: relative; top: -2px; height: 1rem; - margin-right: .1rem; } }