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 16151615 padding : 7px 0 ;
16161616 background : var (--color-body );
16171617 line-height : 30px ;
1618+ height : 47px ; /* match .ui.attached.header.diff-file-header.sticky-2nd-row */
16181619}
16191620
16201621@media (max-width : 991px ) {
16211622 .repository .diff-detail-box {
16221623 flex-direction : column;
16231624 align-items : flex-start;
1625+ height : 77px ; /* match .ui.attached.header.diff-file-header.sticky-2nd-row */
16241626 }
16251627}
16261628
16341636 position : sticky;
16351637 top : 0 ;
16361638 z-index : 8 ;
1637- border-bottom : 1 px solid var ( --color-secondary ) ;
1639+ border-bottom : none ;
16381640 padding-left : 2px ;
16391641 padding-right : 2px ;
16401642 margin-left : -1px ;
@@ -3322,10 +3324,16 @@ td.blob-excerpt {
33223324
33233325.ui .attached .header .diff-file-header .sticky-2nd-row {
33243326 position : sticky;
3325- top : 77 px ;
3327+ top : 47 px ; /* match .repository .diff-detail-box */
33263328 z-index : 7 ;
33273329}
33283330
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+
33293337@media (max-width : 480px ) {
33303338 .ui .attached .header .diff-file-header .sticky-2nd-row {
33313339 position : static;
You can’t perform that action at this time.
0 commit comments