mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-06 18:35:23 +02:00
[v11.0/forgejo] fix(ui): rescope menu height patch to overflow menu (#7583)
Followup to https://codeberg.org/forgejo/forgejo/pulls/7108 v11-specific backport of https://codeberg.org/forgejo/forgejo/pulls/7578, see details here (change 2) Preview: https://codeberg.org/attachments/661c50be-7673-4970-a78b-5852b1138417) Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7583 Reviewed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
parent
973bc33a5f
commit
5395eea338
1 changed files with 1 additions and 4 deletions
|
@ -1050,6 +1050,7 @@ overflow-menu .overflow-menu-items {
|
|||
|
||||
overflow-menu .overflow-menu-items .item {
|
||||
margin-bottom: 0 !important; /* reset fomantic's margin, because the active menu has special bottom border */
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
overflow-menu .ui.label {
|
||||
|
@ -1356,10 +1357,6 @@ table th[data-sortt-desc] .svg {
|
|||
border-color: var(--color-secondary);
|
||||
}
|
||||
|
||||
.ui.tabular.menu .item {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.ui.tabular.menu .item,
|
||||
.ui.secondary.pointing.menu .item {
|
||||
padding: 11px 12px !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue