mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-21 00:20:50 +00:00
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>
This commit is contained in:
parent
da8aa01466
commit
85ae9d710c
1 changed files with 4 additions and 1 deletions
|
@ -382,7 +382,6 @@ a.label,
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.menu .item > .svg {
|
.ui.menu .item > .svg {
|
||||||
align-self: baseline;
|
|
||||||
margin-right: 0.35em;
|
margin-right: 0.35em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1060,6 +1059,10 @@ overflow-menu .overflow-menu-items .item {
|
||||||
margin-bottom: 0 !important; /* reset fomantic's margin, because the active menu has special bottom border */
|
margin-bottom: 0 !important; /* reset fomantic's margin, because the active menu has special bottom border */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
overflow-menu .overflow-menu-items .item > .svg {
|
||||||
|
align-self: baseline;
|
||||||
|
}
|
||||||
|
|
||||||
overflow-menu .ui.label {
|
overflow-menu .ui.label {
|
||||||
margin-left: 7px !important; /* save some space */
|
margin-left: 7px !important; /* save some space */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue