File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1611
1611
padding : 7px 0 ;
1612
1612
background : var (--color-body );
1613
1613
line-height : 30px ;
1614
+ height : 47px ; /* match .ui.attached.header.diff-file-header.sticky-2nd-row */
1614
1615
}
1615
1616
1616
1617
@media (max-width : 991px ) {
1617
1618
.repository .diff-detail-box {
1618
1619
flex-direction : column;
1619
1620
align-items : flex-start;
1621
+ height : 77px ; /* match .ui.attached.header.diff-file-header.sticky-2nd-row */
1620
1622
}
1621
1623
}
1622
1624
1630
1632
position : sticky;
1631
1633
top : 0 ;
1632
1634
z-index : 8 ;
1633
- border-bottom : 1 px solid var ( --color-secondary ) ;
1635
+ border-bottom : none ;
1634
1636
padding-left : 2px ;
1635
1637
padding-right : 2px ;
1636
1638
margin-left : -1px ;
@@ -3318,10 +3320,16 @@ td.blob-excerpt {
3318
3320
3319
3321
.ui .attached .header .diff-file-header .sticky-2nd-row {
3320
3322
position : sticky;
3321
- top : 77 px ;
3323
+ top : 47 px ; /* match .repository .diff-detail-box */
3322
3324
z-index : 7 ;
3323
3325
}
3324
3326
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
+
3325
3333
@media (max-width : 480px ) {
3326
3334
.ui .attached .header .diff-file-header .sticky-2nd-row {
3327
3335
position : static;
You can’t perform that action at this time.
0 commit comments