File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 16111611 padding : 7px 0 ;
16121612 background : var (--color-body );
16131613 line-height : 30px ;
1614+ height : 47px ; /* match .ui.attached.header.diff-file-header.sticky-2nd-row */
16141615}
16151616
16161617@media (max-width : 991px ) {
16171618 .repository .diff-detail-box {
16181619 flex-direction : column;
16191620 align-items : flex-start;
1621+ height : 77px ; /* match .ui.attached.header.diff-file-header.sticky-2nd-row */
16201622 }
16211623}
16221624
16301632 position : sticky;
16311633 top : 0 ;
16321634 z-index : 8 ;
1633- border-bottom : 1 px solid var ( --color-secondary ) ;
1635+ border-bottom : none ;
16341636 padding-left : 2px ;
16351637 padding-right : 2px ;
16361638 margin-left : -1px ;
@@ -3318,10 +3320,16 @@ td.blob-excerpt {
33183320
33193321.ui .attached .header .diff-file-header .sticky-2nd-row {
33203322 position : sticky;
3321- top : 77 px ;
3323+ top : 47 px ; /* match .repository .diff-detail-box */
33223324 z-index : 7 ;
33233325}
33243326
3327+ @media (max-width : 991px ) {
3328+ .ui .attached .header .diff-file-header .sticky-2nd-row {
3329+ top : 77px ; /* match .repository .diff-detail-box */
3330+ }
3331+ }
3332+
33253333@media (max-width : 480px ) {
33263334 .ui .attached .header .diff-file-header .sticky-2nd-row {
33273335 position : static;
You can’t perform that action at this time.
0 commit comments