Prevent icon layout shift

pull/6784/head
Chocobozzz 2024-12-10 10:32:36 +01:00
parent b99c20d04a
commit 1eb9541b79
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 14 additions and 9 deletions

View File

@ -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;
}
}
}