655655 .repository .view .issue .issue-title {
656656 flex-direction : column;
657657 }
658+ .repository .view .issue .issue-title-buttons ,
659+ .repository .view .issue .edit-buttons {
660+ width : 100% ;
661+ justify-content : space-between;
662+ }
658663 .repository .view .issue .edit-buttons {
659664 margin-top : .5rem ;
660665 }
666+ .comment .form .issue-content-left .avatar {
667+ display : none;
668+ }
669+ .comment .form .issue-content-left .content {
670+ margin-left : 0 !important ;
671+ }
672+ .comment .form .issue-content-left .content ::before ,
673+ .comment .form .issue-content-left .content ::after ,
674+ .comment .form .content .form ::before ,
675+ .comment .form .content .form ::after {
676+ display : none;
677+ }
661678}
662679
663680.repository .view .issue .issue-title {
11971214 text-align : left;
11981215}
11991216
1200- .repository .compare .pull .choose .branch .svg {
1217+ .repository .choose .branch {
1218+ display : flex;
1219+ align-items : center;
1220+ gap : 8px ;
1221+ flex-wrap : wrap;
1222+ }
1223+
1224+ .repository .choose .branch .svg {
12011225 margin-right : 10px ;
12021226}
12031227
20362060.repository .ui .segment .sub-menu .list {
20372061 width : 100% ;
20382062 display : flex;
2039- align-items : center ;
2063+ align-items : stretch ;
20402064}
20412065
20422066.repository .ui .segment .sub-menu .list .item {
20432067 width : 100% ;
20442068 color : var (--color-text );
2069+ display : flex;
2070+ align-items : center;
2071+ justify-content : center;
20452072}
20462073
20472074.repository .ui .segment .sub-menu .list .item : first-of-type {
@@ -3124,6 +3151,14 @@ tbody.commit-list {
31243151 text-wrap : balance;
31253152}
31263153
3154+ .commits-table .commits-table-right form {
3155+ display : flex;
3156+ align-items : center;
3157+ gap : 0.75em ;
3158+ justify-content : center;
3159+ flex-wrap : wrap;
3160+ }
3161+
31273162@media (max-width : 767.98px ) {
31283163 .repository .file .list # repo-files-table .entry ,
31293164 .repository .file .list # repo-files-table .commit-list {
@@ -3193,21 +3228,14 @@ tbody.commit-list {
31933228 align-items : initial !important ;
31943229 margin-bottom : 6px ;
31953230 }
3196- .commits-table .commits-table-right form {
3197- display : flex;
3198- flex-wrap : wrap;
3199- }
32003231 .commits-table .commits-table-right form > div : nth-child (1 ) {
3201- order : 1 ;
3232+ order : 1 ; /* the "commit search" input */
32023233 }
32033234 .commits-table .commits-table-right form > div : nth-child (2 ) {
3204- order : 3 ;
3205- margin-left : 0.5rem ;
3206- margin-top : 0.5rem ;
3235+ order : 3 ; /* the "search all" checkbox */
32073236 }
32083237 .commits-table .commits-table-right form > button : nth-child (3 ) {
3209- order : 2 ;
3210- margin-left : 0.25rem ;
3238+ order : 2 ; /* the "search" button */
32113239 }
32123240 .commit-table {
32133241 overflow-x : auto;
@@ -3219,9 +3247,9 @@ tbody.commit-list {
32193247 .commit-table .commit-list span .message-wrapper {
32203248 max-width : none;
32213249 }
3250+ .commit-table .commit-list tr td : first-child ,
32223251 .commit-table .commit-list tr td : last-child {
3223- display : block;
3224- width : max-content;
3252+ white-space : nowrap;
32253253 }
32263254 .commit-table .commit-list td .author {
32273255 display : block;
0 commit comments