mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-04-26 17:46:30 +00:00
fix(ui): improve vertical alignment of icons with text in the overflow menu (#7314)
Some checks are pending
Integration tests for the release process / release-simulation (push) Waiting to run
/ release (push) Waiting to run
testing / backend-checks (push) Has been skipped
testing / frontend-checks (push) Has been skipped
testing / test-unit (push) Has been skipped
testing / test-e2e (push) Has been skipped
testing / test-mysql (push) Has been skipped
testing / test-pgsql (push) Has been skipped
testing / test-sqlite (push) Has been skipped
testing / test-remote-cacher (redis) (push) Has been skipped
testing / test-remote-cacher (valkey) (push) Has been skipped
testing / test-remote-cacher (garnet) (push) Has been skipped
testing / test-remote-cacher (redict) (push) Has been skipped
testing / security-check (push) Has been skipped
Some checks are pending
Integration tests for the release process / release-simulation (push) Waiting to run
/ release (push) Waiting to run
testing / backend-checks (push) Has been skipped
testing / frontend-checks (push) Has been skipped
testing / test-unit (push) Has been skipped
testing / test-e2e (push) Has been skipped
testing / test-mysql (push) Has been skipped
testing / test-pgsql (push) Has been skipped
testing / test-sqlite (push) Has been skipped
testing / test-remote-cacher (redis) (push) Has been skipped
testing / test-remote-cacher (valkey) (push) Has been skipped
testing / test-remote-cacher (garnet) (push) Has been skipped
testing / test-remote-cacher (redict) (push) Has been skipped
testing / security-check (push) Has been skipped
- 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:
parent
7990bcf333
commit
da8aa01466
1 changed files with 1 additions and 0 deletions
|
@ -382,6 +382,7 @@ a.label,
|
|||
}
|
||||
|
||||
.ui.menu .item > .svg {
|
||||
align-self: baseline;
|
||||
margin-right: 0.35em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue