File tree 2 files changed +12
-2
lines changed 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1853
1853
padding-bottom : 5px ;
1854
1854
}
1855
1855
1856
+ .repository .diff-file-box {
1857
+ scroll-margin-top : 47px ; /* match .repository .diff-detail-box */
1858
+ }
1859
+
1860
+ @media (max-width : 991px ) {
1861
+ .repository .diff-file-box {
1862
+ scroll-margin-top : 77px ; /* match .repository .diff-detail-box */
1863
+ }
1864
+ }
1865
+
1856
1866
.repository .diff-stats {
1857
1867
clear : both;
1858
1868
margin-bottom : 5px ;
Original file line number Diff line number Diff line change @@ -266,12 +266,12 @@ a.blob-excerpt:hover {
266
266
display : none;
267
267
}
268
268
269
- .pull .files .diff [ id ] {
269
+ .pull .files .diff . comment {
270
270
scroll-margin-top : 99px ;
271
271
}
272
272
273
273
@media (max-width : 991px ) {
274
- .pull .files .diff [ id ] {
274
+ .pull .files .diff . comment {
275
275
scroll-margin-top : 130px ;
276
276
}
277
277
}
You can’t perform that action at this time.
0 commit comments