fix(ui): force all repo tab buttons to be the same height
This fixes an issue with Simplified Chinese (and likely other languages) where the "Actions" button would be shown in English and have a different height compared to the other buttons in Chinese. This solution was proposed by Codeberg user "aimuz". Co-authored-by: aimuz
This commit is contained in:
parent
8971321083
commit
362d076b98
|
@ -1356,6 +1356,10 @@ table th[data-sortt-desc] .svg {
|
||||||
border-color: var(--color-secondary);
|
border-color: var(--color-secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui.tabular.menu .item {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.ui.tabular.menu .item,
|
.ui.tabular.menu .item,
|
||||||
.ui.secondary.pointing.menu .item {
|
.ui.secondary.pointing.menu .item {
|
||||||
padding: 11px 12px !important;
|
padding: 11px 12px !important;
|
||||||
|
|
Loading…
Reference in New Issue