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