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
parent 8971321083
commit 362d076b98
No known key found for this signature in database
GPG key ID: 32A4F5548F3FF119

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;