]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix upload avatar button
authorChocobozzz <me@florianbigard.com>
Wed, 25 May 2022 06:55:21 +0000 (08:55 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 25 May 2022 06:55:21 +0000 (08:55 +0200)
client/src/app/shared/shared-actor-image-edit/actor-image-edit.scss

index c4fe5a59ee4fd211d6c86ffb8d4fba86b0f7a98f..93bdaba5783287d29d45a486c0a7deaf28c74e4f 100644 (file)
 }
 
 .actor-img-edit-button {
-  @include peertube-button-file(21px);
-  @include button-with-icon(19px);
+  @include peertube-button-file(30px);
   @include orange-button;
 
+  display: flex;
+  justify-content: center;
+  padding: 0;
   margin-top: 10px;
   margin-bottom: 5px;
   cursor: pointer;
@@ -30,6 +32,6 @@
   }
 
   my-global-icon {
-    right: 7px;
+    width: 19px;
   }
 }