loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

- 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>

authored by

Simon Ochsenreither
Simon Ochsenreither
and committed by
Gusted
da8aa014 7990bcf3

+1
+1
web_src/css/base.css
··· 382 382 } 383 383 384 384 .ui.menu .item > .svg { 385 + align-self: baseline; 385 386 margin-right: 0.35em; 386 387 } 387 388