]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix button loading position
authorChocobozzz <me@florianbigard.com>
Thu, 30 Jun 2022 06:54:06 +0000 (08:54 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 30 Jun 2022 06:54:06 +0000 (08:54 +0200)
client/src/app/shared/shared-main/buttons/button.component.scss

index 7f0cdf1ed19e281a893c34a6b41d8d8b9b7025a1..611fc20948e3f9270dc7b5f1b7290e56f86bec07 100644 (file)
@@ -29,6 +29,14 @@ span[class$=-button] {
 .action-button {
   width: 100%; // useful for ellipsis, allow to define a max-width on host component
 
+  my-loader {
+    @include margin-right(3px);
+
+    display: inline-flex;
+    vertical-align: middle;
+    margin-top: -1px;
+  }
+
   &.has-icon {
     @include button-with-icon(21px);
   }