💄 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 { img {
display: inline-block; display: inline-block;
max-width: 50px; max-width: 48px;
filter: var(--highlight-img-fill); min-width: 14px;
max-height: 16px;
@include mobile() { @include mobile() {
max-width: 40px; max-width: 40px;
} }
&:last-child { // Only work for svg image
max-height: 18px; &[src$=".svg"] {
filter: var(--highlight-img-fill);
} }
} }