diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-10 15:31:18 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-10 15:31:18 +0200 |
commit | ff0497fee85db13e81c90224d75e491faea0d0e3 (patch) | |
tree | 9e2a929a8be8a3e14529eb37c276c2de986568e5 /client | |
parent | f2b5aa590ea3ff7ab24415df5c5ce7fcb73c5acc (diff) | |
download | PeerTube-ff0497fee85db13e81c90224d75e491faea0d0e3.tar.gz PeerTube-ff0497fee85db13e81c90224d75e491faea0d0e3.tar.zst PeerTube-ff0497fee85db13e81c90224d75e491faea0d0e3.zip |
Fix button icon in admin plugins
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/shared/shared-main/buttons/button.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/buttons/button.component.scss b/client/src/app/shared/shared-main/buttons/button.component.scss index 09b5f95d7..22b24c853 100644 --- a/client/src/app/shared/shared-main/buttons/button.component.scss +++ b/client/src/app/shared/shared-main/buttons/button.component.scss | |||
@@ -30,7 +30,7 @@ span[class$=-button] { | |||
30 | 30 | ||
31 | .action-button { | 31 | .action-button { |
32 | @include peertube-button-link; | 32 | @include peertube-button-link; |
33 | @include button-with-icon(21px, 0, -1px); | 33 | @include button-with-icon(21px); |
34 | } | 34 | } |
35 | 35 | ||
36 | .orange-button { | 36 | .orange-button { |