mirror of https://github.com/Chocobozzz/PeerTube
Prevent icon layout shift
parent
b99c20d04a
commit
1eb9541b79
|
@ -1,4 +1,9 @@
|
|||
:host ::ng-deep {
|
||||
:host {
|
||||
display: inline-block;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
|
||||
::ng-deep {
|
||||
svg {
|
||||
vertical-align: bottom;
|
||||
width: inherit;
|
||||
|
@ -8,5 +13,5 @@
|
|||
.feather-flag {
|
||||
margin-left: -1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue