@@ -824,8 +824,7 @@ td .commit-summary {
824824 padding-top : 0 ;
825825}
826826
827- .repository .view .issue .comment-list .timeline-item .commits-list .ui .avatar ,
828- .repository .view .issue .comment-list .timeline-item .event .ui .avatar {
827+ .repository .view .issue .comment-list .timeline-item .commits-list .ui .avatar {
829828 margin-right : 0.25em ;
830829}
831830
@@ -1037,10 +1036,6 @@ td .commit-summary {
10371036 margin-top : 6px ;
10381037}
10391038
1040- .repository .view .issue .comment-list .comment > .avatar ~ .content {
1041- margin-left : 42px ;
1042- }
1043-
10441039.repository .view .issue .comment-list .comment-code-cloud button .comment-form-reply {
10451040 margin : 0 ;
10461041}
@@ -1064,12 +1059,6 @@ td .commit-summary {
10641059 box-shadow : none;
10651060}
10661061
1067- @media (max-width : 767.98px ) {
1068- .repository .view .issue .comment-list {
1069- padding : 1rem 0 !important ; /* Important is required here to override existing fomantic styles. */
1070- }
1071- }
1072-
10731062.repository .view .issue .ui .depending .item .is-closed .title {
10741063 text-decoration : line-through;
10751064}
@@ -1551,39 +1540,6 @@ td .commit-summary {
15511540 height : 30px ;
15521541}
15531542
1554- .repository .diff-box .header : not (.resolved-placeholder ) {
1555- display : flex;
1556- align-items : center;
1557- }
1558-
1559- .repository .diff-box .header : not (.resolved-placeholder ) .file {
1560- min-width : 0 ;
1561- }
1562-
1563- .repository .diff-box .header : not (.resolved-placeholder ) .file .file-link {
1564- max-width : fit-content;
1565- display : -webkit-box;
1566- -webkit-box-orient : vertical;
1567- -webkit-line-clamp : 2 ;
1568- overflow : hidden;
1569- }
1570-
1571- .repository .diff-box .header : not (.resolved-placeholder ) .button {
1572- padding : 0 12px ;
1573- flex : 0 0 auto;
1574- margin-right : 0 ;
1575- height : 30px ;
1576- }
1577-
1578- .repository .diff-box .resolved-placeholder {
1579- display : flex;
1580- align-items : center;
1581- font-size : 14px !important ;
1582- height : 36px ;
1583- padding-top : 0 ;
1584- padding-bottom : 0 ;
1585- }
1586-
15871543.repository .diff-box .resolved-placeholder .button {
15881544 padding : 8px 12px ;
15891545}
@@ -2428,6 +2384,10 @@ tbody.commit-list {
24282384}
24292385
24302386.resolved-placeholder {
2387+ display : flex;
2388+ align-items : center;
2389+ font-size : 14px !important ;
2390+ padding : 8px !important ;
24312391 font-weight : var (--font-weight-normal ) !important ;
24322392 border : 1px solid var (--color-secondary ) !important ;
24332393 border-radius : var (--border-radius ) !important ;
@@ -2537,6 +2497,38 @@ tbody.commit-list {
25372497.diff-file-header {
25382498 padding : 5px 8px !important ;
25392499 box-shadow : 0 -1px 0 1px var (--color-body ); /* prevent borders being visible behind top corners when sticky and scrolled */
2500+ font-weight : var (--font-weight-normal );
2501+ display : flex;
2502+ justify-content : space-between;
2503+ align-items : center;
2504+ flex-wrap : wrap;
2505+ }
2506+
2507+ .diff-file-header .file {
2508+ min-width : 0 ;
2509+ }
2510+
2511+ .diff-file-header .file-link {
2512+ max-width : fit-content;
2513+ display : -webkit-box;
2514+ -webkit-box-orient : vertical;
2515+ -webkit-line-clamp : 2 ;
2516+ overflow : hidden;
2517+ overflow-wrap : anywhere;
2518+ }
2519+
2520+ .diff-file-header .button {
2521+ padding : 0 12px ;
2522+ flex : 0 0 auto;
2523+ margin-right : 0 ;
2524+ height : 30px ;
2525+ }
2526+
2527+ @media (max-width : 767.98px ) {
2528+ .diff-file-header {
2529+ flex-direction : column;
2530+ align-items : stretch;
2531+ }
25402532}
25412533
25422534.diff-file-box [data-folded = "true" ] .diff-file-body {
0 commit comments