💄 Set the footer icon min width pixes.
This commit is contained in:
parent
b8ac0c8f95
commit
1076ba9282
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user