mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix button loading position
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user