diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-20 11:00:17 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-20 11:23:45 +0100 |
commit | 420a6043cc579d6fc342adcfe8107daf51664761 (patch) | |
tree | 2ef9bb00d02c3a71df79ef51137c3fbb2f31d448 /client/src/app/shared | |
parent | 15825ef18d3b2bb74f4e613496cf3e2921a87389 (diff) | |
download | PeerTube-420a6043cc579d6fc342adcfe8107daf51664761.tar.gz PeerTube-420a6043cc579d6fc342adcfe8107daf51664761.tar.zst PeerTube-420a6043cc579d6fc342adcfe8107daf51664761.zip |
Fix buttons CSS
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-actor-image-edit/actor-banner-edit.component.scss | 4 | ||||
-rw-r--r-- | client/src/app/shared/shared-actor-image-edit/actor-image-edit.scss | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/client/src/app/shared/shared-actor-image-edit/actor-banner-edit.component.scss b/client/src/app/shared/shared-actor-image-edit/actor-banner-edit.component.scss index 90fcd81aa..ec2de2528 100644 --- a/client/src/app/shared/shared-actor-image-edit/actor-banner-edit.component.scss +++ b/client/src/app/shared/shared-actor-image-edit/actor-banner-edit.component.scss | |||
@@ -25,7 +25,3 @@ | |||
25 | margin-bottom: 0; | 25 | margin-bottom: 0; |
26 | } | 26 | } |
27 | } | 27 | } |
28 | |||
29 | my-global-icon { | ||
30 | margin: 0 5px; | ||
31 | } | ||
diff --git a/client/src/app/shared/shared-actor-image-edit/actor-image-edit.scss b/client/src/app/shared/shared-actor-image-edit/actor-image-edit.scss index 93bdaba57..b054086e4 100644 --- a/client/src/app/shared/shared-actor-image-edit/actor-image-edit.scss +++ b/client/src/app/shared/shared-actor-image-edit/actor-image-edit.scss | |||
@@ -17,11 +17,11 @@ | |||
17 | 17 | ||
18 | .actor-img-edit-button { | 18 | .actor-img-edit-button { |
19 | @include peertube-button-file(30px); | 19 | @include peertube-button-file(30px); |
20 | @include button-with-icon; | ||
20 | @include orange-button; | 21 | @include orange-button; |
21 | 22 | ||
22 | display: flex; | 23 | display: flex; |
23 | justify-content: center; | 24 | justify-content: center; |
24 | padding: 0; | ||
25 | margin-top: 10px; | 25 | margin-top: 10px; |
26 | margin-bottom: 5px; | 26 | margin-bottom: 5px; |
27 | cursor: pointer; | 27 | cursor: pointer; |