fix(ui): improve vertical alignment of icons with text in the overflow menu ()

- Add `vertical-align: baseline` to the svg class.
- Improves the vertical alignment of the icons that contain text in the overflow menu, and possibly in other places.
Co-authored-by: Simon Ochsenreither <simon@ochsenreither.de>
Co-committed-by: Simon Ochsenreither <simon@ochsenreither.de>
This commit is contained in:
Simon Ochsenreither 2025-03-27 21:07:59 +00:00 committed by Gusted
parent 7990bcf333
commit da8aa01466

View file

@ -382,6 +382,7 @@ a.label,
}
.ui.menu .item > .svg {
align-self: baseline;
margin-right: 0.35em;
}