mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-01-04 20:54:34 +01:00
Merge pull request 'Cosmetic changes and fixes around repo homepage' (#6401) from 0ko/forgejo:ui-repo-meta-2 into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6401 Reviewed-by: Otto <otto@codeberg.org>
This commit is contained in:
commit
b74406d82c
1 changed files with 4 additions and 3 deletions
|
@ -2012,7 +2012,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) {
|
||||
|
@ -2038,10 +2038,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 {
|
||||
|
@ -2851,7 +2853,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 */
|
||||
|
|
Loading…
Reference in a new issue