657657 .repository .view .issue .issue-title {
658658 flex-direction : column;
659659 }
660+ .repository .view .issue .issue-title-buttons ,
661+ .repository .view .issue .edit-buttons {
662+ width : 100% ;
663+ justify-content : space-between;
664+ }
660665 .repository .view .issue .edit-buttons {
661666 margin-top : .5rem ;
662667 }
668+ .comment .form .issue-content-left .avatar {
669+ display : none;
670+ }
671+ .comment .form .issue-content-left .content {
672+ margin-left : 0 !important ;
673+ }
674+ .comment .form .issue-content-left .content ::before ,
675+ .comment .form .issue-content-left .content ::after ,
676+ .comment .form .content .form ::before ,
677+ .comment .form .content .form ::after {
678+ display : none;
679+ }
663680}
664681
665682.repository .view .issue .issue-title {
11991216 text-align : left;
12001217}
12011218
1202- .repository .compare .pull .choose .branch .svg {
1219+ .repository .choose .branch {
1220+ display : flex;
1221+ align-items : center;
1222+ gap : 8px ;
1223+ flex-wrap : wrap;
1224+ }
1225+
1226+ .repository .choose .branch .svg {
12031227 margin-right : 10px ;
12041228}
12051229
12911315 padding : 5px 10px ;
12921316}
12931317
1294- .repository # commits-table thead th : first-of-type {
1295- padding-left : 15 px ;
1318+ .repository # commits-table td : not (. message ) {
1319+ white-space : nowrap ;
12961320}
1297-
12981321.repository # commits-table thead .sha {
12991322 width : 200px ;
13001323}
20432066.repository .ui .segment .sub-menu .list {
20442067 width : 100% ;
20452068 display : flex;
2046- align-items : center ;
2069+ align-items : stretch ;
20472070}
20482071
20492072.repository .ui .segment .sub-menu .list .item {
20502073 width : 100% ;
20512074 color : var (--color-text );
2075+ display : flex;
2076+ align-items : center;
2077+ justify-content : center;
20522078}
20532079
20542080.repository .ui .segment .sub-menu .list .item : first-of-type {
@@ -2664,6 +2690,7 @@ tbody.commit-list {
26642690/* in the commit list, messages can wrap so we can use inline */
26652691.commit-list .message-wrapper {
26662692 display : inline;
2693+ overflow-wrap : anywhere;
26672694}
26682695
26692696/* but in the repo-files-table we cannot */
@@ -3112,6 +3139,14 @@ tbody.commit-list {
31123139 box-shadow : 0 0.5rem 1rem var (--color-shadow ) !important ;
31133140}
31143141
3142+ .commits-table .commits-table-right form {
3143+ display : flex;
3144+ align-items : center;
3145+ gap : 0.75em ;
3146+ justify-content : center;
3147+ flex-wrap : wrap;
3148+ }
3149+
31153150@media (max-width : 767.98px ) {
31163151 .repository .file .list # repo-files-table .entry ,
31173152 .repository .file .list # repo-files-table .commit-list {
@@ -3181,21 +3216,14 @@ tbody.commit-list {
31813216 align-items : initial !important ;
31823217 margin-bottom : 6px ;
31833218 }
3184- .commits-table .commits-table-right form {
3185- display : flex;
3186- flex-wrap : wrap;
3187- }
31883219 .commits-table .commits-table-right form > div : nth-child (1 ) {
3189- order : 1 ;
3220+ order : 1 ; /* the "commit search" input */
31903221 }
31913222 .commits-table .commits-table-right form > div : nth-child (2 ) {
3192- order : 3 ;
3193- margin-left : 0.5rem ;
3194- margin-top : 0.5rem ;
3223+ order : 3 ; /* the "search all" checkbox */
31953224 }
31963225 .commits-table .commits-table-right form > button : nth-child (3 ) {
3197- order : 2 ;
3198- margin-left : 0.25rem ;
3226+ order : 2 ; /* the "search" button */
31993227 }
32003228 .commit-table {
32013229 overflow-x : auto;
@@ -3204,17 +3232,6 @@ tbody.commit-list {
32043232 .commit-table th .sha {
32053233 display : none !important ;
32063234 }
3207- .commit-table .commit-list span .message-wrapper {
3208- max-width : none;
3209- }
3210- .commit-table .commit-list tr td : last-child {
3211- display : block;
3212- width : max-content;
3213- }
3214- .commit-table .commit-list td .author {
3215- display : block;
3216- width : calc (100% + 0.5rem );
3217- }
32183235 .commit-table .commit-list .copy-commit-sha {
32193236 display : none !important ;
32203237 }
0 commit comments