X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Ffollows%2Ffollows.component.scss;h=55256c273283eeb2faa75d92dc7c811e3c61f9e7;hb=27bc95867442c772841fb183a625bbda61dede51;hp=08b3737f838ec1b5b9207b9b84b1898a73797b5b;hpb=08c1efbe32244c321de28b0f2a6aaa3f99f46b58;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/follows/follows.component.scss b/client/src/app/+admin/follows/follows.component.scss index 08b3737f8..55256c273 100644 --- a/client/src/app/+admin/follows/follows.component.scss +++ b/client/src/app/+admin/follows/follows.component.scss @@ -1,10 +1,11 @@ +@import 'mixins'; + .form-sub-title { + @include margin-right(30px); + flex-grow: 0; - margin-right: 30px; } -/deep/ .tab-content { - height: 0; - min-height: 0; - padding: 0; +.badge { + @include table-badge; }