X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fbuttons%2Fbutton.component.scss;h=4cc2b05732fd72ca4a159fa8690120ab7e94e350;hb=b5f919ac8eb2a1c20e26582fdfd377d687710d8f;hp=99d7f51c1b5bd2e7e45d852f4f282fd2015ab038;hpb=b91bc1d1f3591c35ab4426f6ab594b4bd9f1ef62;p=oweals%2Fpeertube.git diff --git a/client/src/app/shared/buttons/button.component.scss b/client/src/app/shared/buttons/button.component.scss index 99d7f51c1..4cc2b0573 100644 --- a/client/src/app/shared/buttons/button.component.scss +++ b/client/src/app/shared/buttons/button.component.scss @@ -1,6 +1,12 @@ @import '_variables'; @import '_mixins'; +my-small-loader /deep/ .root { + display: inline-block; + margin: 0 3px 0 0; + width: 20px; +} + .action-button { @include peertube-button-link; @include button-with-icon(21px, 0, -2px);