💄 Improve icons size (#15221)

This commit is contained in:
Jeffrey Chen 2025-07-10 16:17:26 +08:00 committed by GitHub
parent 17c0df44a5
commit 26602ef165
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 6 deletions

View file

@ -74,8 +74,8 @@
&__graphic {
margin-right: 0;
padding: 0 10px 0 5px;
height: 16px;
width: 16px;
height: 14px;
width: 14px;
}
}
}

View file

@ -371,11 +371,10 @@
svg {
height: 14px;
width: 14px;
}
&--vertical {
width: 42px;
width: 40px;
flex-direction: column;
height: 100%;
padding: 0;

View file

@ -15,8 +15,8 @@
text-align: center;
svg {
height: 16px;
width: 16px;
height: 14px;
width: 14px;
margin-right: 4px;
flex-shrink: 0;
}