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 (#7356)

- Follow up for #7314. Turns out this impacted the positioning of icons in tabs negatively, like the "Conversation"/"Commits"/"Files changed".
- Limit the change to the `overflow-menu` element.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7356
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
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
85ae9d71 da8aa014

+4 -1
+4 -1
web_src/css/base.css
··· 382 382 } 383 383 384 384 .ui.menu .item > .svg { 385 - align-self: baseline; 386 385 margin-right: 0.35em; 387 386 } 388 387 ··· 1058 1057 1059 1058 overflow-menu .overflow-menu-items .item { 1060 1059 margin-bottom: 0 !important; /* reset fomantic's margin, because the active menu has special bottom border */ 1060 + } 1061 + 1062 + overflow-menu .overflow-menu-items .item > .svg { 1063 + align-self: baseline; 1061 1064 } 1062 1065 1063 1066 overflow-menu .ui.label {