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 1615
1615
padding : 7px 0 ;
1616
1616
background : var (--color-body );
1617
1617
line-height : 30px ;
1618
+ height : 47px ; /* match .ui.attached.header.diff-file-header.sticky-2nd-row */
1618
1619
}
1619
1620
1620
1621
@media (max-width : 991px ) {
1621
1622
.repository .diff-detail-box {
1622
1623
flex-direction : column;
1623
1624
align-items : flex-start;
1625
+ height : 77px ; /* match .ui.attached.header.diff-file-header.sticky-2nd-row */
1624
1626
}
1625
1627
}
1626
1628
1634
1636
position : sticky;
1635
1637
top : 0 ;
1636
1638
z-index : 8 ;
1637
- border-bottom : 1 px solid var ( --color-secondary ) ;
1639
+ border-bottom : none ;
1638
1640
padding-left : 2px ;
1639
1641
padding-right : 2px ;
1640
1642
margin-left : -1px ;
@@ -3322,10 +3324,16 @@ td.blob-excerpt {
3322
3324
3323
3325
.ui .attached .header .diff-file-header .sticky-2nd-row {
3324
3326
position : sticky;
3325
- top : 77 px ;
3327
+ top : 47 px ; /* match .repository .diff-detail-box */
3326
3328
z-index : 7 ;
3327
3329
}
3328
3330
3331
+ @media (max-width : 991px ) {
3332
+ .ui .attached .header .diff-file-header .sticky-2nd-row {
3333
+ top : 77px ; /* match .repository .diff-detail-box */
3334
+ }
3335
+ }
3336
+
3329
3337
@media (max-width : 480px ) {
3330
3338
.ui .attached .header .diff-file-header .sticky-2nd-row {
3331
3339
position : static;
You can’t perform that action at this time.
0 commit comments