💄 Set the footer icon min width pixes.

This commit is contained in:
elkan1788 2024-07-26 21:06:50 +08:00
parent b8ac0c8f95
commit 1076ba9282

View File

@ -47,14 +47,17 @@
img {
display: inline-block;
max-width: 50px;
filter: var(--highlight-img-fill);
max-width: 48px;
min-width: 14px;
max-height: 16px;
@include mobile() {
max-width: 40px;
}
&:last-child {
max-height: 18px;
// Only work for svg image
&[src$=".svg"] {
filter: var(--highlight-img-fill);
}
}