aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-05-10 15:31:18 +0200
committerChocobozzz <me@florianbigard.com>2021-05-10 15:31:18 +0200
commitff0497fee85db13e81c90224d75e491faea0d0e3 (patch)
tree9e2a929a8be8a3e14529eb37c276c2de986568e5 /client/src
parentf2b5aa590ea3ff7ab24415df5c5ce7fcb73c5acc (diff)
downloadPeerTube-ff0497fee85db13e81c90224d75e491faea0d0e3.tar.gz
PeerTube-ff0497fee85db13e81c90224d75e491faea0d0e3.tar.zst
PeerTube-ff0497fee85db13e81c90224d75e491faea0d0e3.zip
Fix button icon in admin plugins
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/shared/shared-main/buttons/button.component.scss2
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 {