Mixing icon sources on the dashboard looks broken: SVG icons that ship with explicit width/height render tiny, while icons without size attributes (e.g. Simple Icons) default to ~150px.
Small suggestion: pin .app-icon to a fixed size in CSS instead of letting each SVG bring its own dimensions. One line, fixes all tiles.
Mixing icon sources on the dashboard looks broken: SVG icons that ship with explicit
width/heightrender tiny, while icons without size attributes (e.g. Simple Icons) default to ~150px.Small suggestion: pin
.app-iconto a fixed size in CSS instead of letting each SVG bring its own dimensions. One line, fixes all tiles.