diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-30 08:54:06 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-30 08:54:06 +0200 |
commit | f87efecff9d68ef5c72a36f3a95cf65222ba215c (patch) | |
tree | e401790ccb9ab9a06bc45500af9ec7ae7d7eccad /client/src/app | |
parent | 031bbcd25d0e34668b429590d9c32a1be7b7d4e4 (diff) | |
download | PeerTube-f87efecff9d68ef5c72a36f3a95cf65222ba215c.tar.gz PeerTube-f87efecff9d68ef5c72a36f3a95cf65222ba215c.tar.zst PeerTube-f87efecff9d68ef5c72a36f3a95cf65222ba215c.zip |
Fix button loading position
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/shared/shared-main/buttons/button.component.scss | 8 |
1 files changed, 8 insertions, 0 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 7f0cdf1ed..611fc2094 100644 --- a/client/src/app/shared/shared-main/buttons/button.component.scss +++ b/client/src/app/shared/shared-main/buttons/button.component.scss | |||
@@ -29,6 +29,14 @@ span[class$=-button] { | |||
29 | .action-button { | 29 | .action-button { |
30 | width: 100%; // useful for ellipsis, allow to define a max-width on host component | 30 | width: 100%; // useful for ellipsis, allow to define a max-width on host component |
31 | 31 | ||
32 | my-loader { | ||
33 | @include margin-right(3px); | ||
34 | |||
35 | display: inline-flex; | ||
36 | vertical-align: middle; | ||
37 | margin-top: -1px; | ||
38 | } | ||
39 | |||
32 | &.has-icon { | 40 | &.has-icon { |
33 | @include button-with-icon(21px); | 41 | @include button-with-icon(21px); |
34 | } | 42 | } |