Skip to content

Commit 0553484

Browse files
author
Gusted
committed
Merge pull request '[v10.0/forgejo] Cosmetic changes and fixes around repo homepage' (go-gitea#6402) from bp-v10.0/forgejo-02c34f9 into v10.0/forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6402 Reviewed-by: 0ko <[email protected]>
2 parents 424f853 + 440be42 commit 0553484

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

web_src/css/repo.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@ details.repo-search-result summary::marker {
20162016
.repository .repository-summary .repository-menu {
20172017
display: grid;
20182018
grid-template-columns: repeat(4, 1fr);
2019-
padding: 0 0.5em;
2019+
padding: 0;
20202020
}
20212021

20222022
@media (max-width: 767.98px) {
@@ -2042,10 +2042,12 @@ details.repo-search-result summary::marker {
20422042
justify-content: center;
20432043
gap: 0.25em;
20442044
text-decoration: none;
2045+
border-radius: var(--border-radius);
20452046
}
20462047

2047-
.repository .repository-summary .sub-menu .item.active {
2048+
.repository .repository-summary .item.active {
20482049
background: var(--color-secondary);
2050+
font-weight: var(--font-weight-medium);
20492051
}
20502052

20512053
.repository .repository-summary .segment.language-stats {
@@ -2855,7 +2857,6 @@ tbody.commit-list {
28552857
}
28562858
.commits-table .commits-table-left {
28572859
align-items: initial !important;
2858-
margin-bottom: 6px;
28592860
}
28602861
.commits-table .commits-table-right form > div:nth-child(1) {
28612862
order: 1; /* the "commit search" input */

0 commit comments

Comments
 (0)