File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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.5 em ;
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 */
You can’t perform that action at this time.
0 commit comments