sipb / uplink

SIPB's integrated chatroom project
GNU Affero General Public License v3.0
6 stars 1 forks source link

Fix overly small Element icon in welcome message for mobile #90

Open gabrc52 opened 11 months ago

gabrc52 commented 11 months ago

Probably due to the DPI, we specified 32 pixels, we probably want a more DPI-agnostic unit

gabrc52 commented 11 months ago

image

Probably an Element bug. We can't use CSS and img explicitly only allows pixels in width and height

gabrc52 commented 9 months ago

there is data-mx-emoticon, maybe that could fix it (but doesn't seem to be in the spec yet)