mirror of https://github.com/Chocobozzz/PeerTube
Fix button loading position
parent
031bbcd25d
commit
f87efecff9
|
@ -29,6 +29,14 @@ span[class$=-button] {
|
||||||
.action-button {
|
.action-button {
|
||||||
width: 100%; // useful for ellipsis, allow to define a max-width on host component
|
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 {
|
&.has-icon {
|
||||||
@include button-with-icon(21px);
|
@include button-with-icon(21px);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue