loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

Otto b74406d8 6d61ae5c

+4 -3
+4 -3
web_src/css/repo.css
··· 2012 2012 .repository .repository-summary .repository-menu { 2013 2013 display: grid; 2014 2014 grid-template-columns: repeat(4, 1fr); 2015 - padding: 0 0.5em; 2015 + padding: 0; 2016 2016 } 2017 2017 2018 2018 @media (max-width: 767.98px) { ··· 2038 2038 justify-content: center; 2039 2039 gap: 0.25em; 2040 2040 text-decoration: none; 2041 + border-radius: var(--border-radius); 2041 2042 } 2042 2043 2043 - .repository .repository-summary .sub-menu .item.active { 2044 + .repository .repository-summary .item.active { 2044 2045 background: var(--color-secondary); 2046 + font-weight: var(--font-weight-medium); 2045 2047 } 2046 2048 2047 2049 .repository .repository-summary .segment.language-stats { ··· 2851 2853 } 2852 2854 .commits-table .commits-table-left { 2853 2855 align-items: initial !important; 2854 - margin-bottom: 6px; 2855 2856 } 2856 2857 .commits-table .commits-table-right form > div:nth-child(1) { 2857 2858 order: 1; /* the "commit search" input */