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:
gondolyr 2025-03-03 15:09:37 +00:00 committed by David Rotermund
parent 01dd431d32
commit ab18e391ee

View file

@ -1356,6 +1356,10 @@ 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;