mirror of https://github.com/Chocobozzz/PeerTube
Fix display all videos filter
parent
83338e45e3
commit
606bcaf29e
|
@ -30,8 +30,11 @@ $iconSize: 16px;
|
|||
}
|
||||
|
||||
.moderation-block {
|
||||
div {
|
||||
@include button-with-icon($iconSize, 3px, -2px);
|
||||
|
||||
my-global-icon {
|
||||
position: relative;
|
||||
width: $iconSize;
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
margin-left: .4rem;
|
||||
|
|
Loading…
Reference in New Issue