Commit d0426ec
committed
fix(css): remove weather-icons font classes from img to fix icon distortion
The `wi` class from MagicMirror's global weather-icons library was applied
to the current-weather `<img>`, setting font-related CSS that interfered
with the image's intrinsic aspect ratio and caused elongated icons.
Remove `wi`/`wi-*` classes (unused on an img element) and add
`flex-shrink: 0` to prevent the flex container from compressing the width.1 parent 6183e7d commit d0426ec
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
612 | 612 | | |
613 | 613 | | |
614 | 614 | | |
615 | | - | |
| 615 | + | |
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
| |||
0 commit comments