From b5f919ac8eb2a1c20e26582fdfd377d687710d8f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 12 Jul 2019 11:39:58 +0200 Subject: WIP plugins: update plugin --- client/src/app/shared/buttons/button.component.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'client/src/app/shared/buttons/button.component.scss') 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); -- cgit v1.2.3