saito-lite-rust icon indicating copy to clipboard operation
saito-lite-rust copied to clipboard

Correct vertical alignment of notification text and icons.

Open arpee opened this issue 1 year ago • 1 comments

Number in notifications appear too high in the 'bubble'.

Image

Similarly icons in circles are not vertically centered:

Image

Make sure that the solution does not break other line heights for icons or text:

These are correct right now: Image

arpee avatar Dec 20 '23 21:12 arpee

It doesn't look like that on my PC in either Firefox or Chrome at different screen sizes and ratios. I double checked all the css definitions, every bubble is a flex box, vertically and horizontally centered. The issue is that in the fonts we use, every letter, every number, every icon has a slightly different width and height that the browser has to interpret

f8daniel avatar Dec 21 '23 02:12 f8daniel