diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-25 08:55:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-25 08:55:21 +0200 |
commit | 424aeb12bd16f5d6763dfa2860d113cc93876405 (patch) | |
tree | 647dbde70c76cd8bd4401890b1cda1871ac14b0b | |
parent | 3329325a64c21067a598ea42a5c7eb0c489aedea (diff) | |
download | PeerTube-424aeb12bd16f5d6763dfa2860d113cc93876405.tar.gz PeerTube-424aeb12bd16f5d6763dfa2860d113cc93876405.tar.zst PeerTube-424aeb12bd16f5d6763dfa2860d113cc93876405.zip |
Fix upload avatar button
-rw-r--r-- | client/src/app/shared/shared-actor-image-edit/actor-image-edit.scss | 8 |
1 files changed, 5 insertions, 3 deletions
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 c4fe5a59e..93bdaba57 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 | |||
@@ -16,10 +16,12 @@ | |||
16 | } | 16 | } |
17 | 17 | ||
18 | .actor-img-edit-button { | 18 | .actor-img-edit-button { |
19 | @include peertube-button-file(21px); | 19 | @include peertube-button-file(30px); |
20 | @include button-with-icon(19px); | ||
21 | @include orange-button; | 20 | @include orange-button; |
22 | 21 | ||
22 | display: flex; | ||
23 | justify-content: center; | ||
24 | padding: 0; | ||
23 | margin-top: 10px; | 25 | margin-top: 10px; |
24 | margin-bottom: 5px; | 26 | margin-bottom: 5px; |
25 | cursor: pointer; | 27 | cursor: pointer; |
@@ -30,6 +32,6 @@ | |||
30 | } | 32 | } |
31 | 33 | ||
32 | my-global-icon { | 34 | my-global-icon { |
33 | right: 7px; | 35 | width: 19px; |
34 | } | 36 | } |
35 | } | 37 | } |