Merge pull request '[v10.0/forgejo] Cosmetic changes and fixes around repo homepage' (#6402) from bp-v10.0/forgejo-02c34f9 into v10.0/forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6402
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
This commit is contained in:
Gusted 2024-12-29 18:27:01 +00:00
commit 055348430e

View file

@ -2016,7 +2016,7 @@ details.repo-search-result summary::marker {
.repository .repository-summary .repository-menu {
display: grid;
grid-template-columns: repeat(4, 1fr);
padding: 0 0.5em;
padding: 0;
}
@media (max-width: 767.98px) {
@ -2042,10 +2042,12 @@ details.repo-search-result summary::marker {
justify-content: center;
gap: 0.25em;
text-decoration: none;
border-radius: var(--border-radius);
}
.repository .repository-summary .sub-menu .item.active {
.repository .repository-summary .item.active {
background: var(--color-secondary);
font-weight: var(--font-weight-medium);
}
.repository .repository-summary .segment.language-stats {
@ -2855,7 +2857,6 @@ tbody.commit-list {
}
.commits-table .commits-table-left {
align-items: initial !important;
margin-bottom: 6px;
}
.commits-table .commits-table-right form > div:nth-child(1) {
order: 1; /* the "commit search" input */