We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c4f8c commit d20b29dCopy full SHA for d20b29d
web_src/less/_repository.less
@@ -3269,17 +3269,9 @@ td.blob-excerpt {
3269
.ui.attached.header.diff-file-header {
3270
&.sticky-2nd-row {
3271
position: sticky;
3272
- top: 46px;
+ top: 77px;
3273
z-index: 7;
3274
-
3275
- @media @mediaMd {
3276
- top: 77px;
3277
- }
3278
3279
- @media @mediaSm {
3280
3281
3282
+
3283
@media (max-width: 480px) {
3284
position: static;
3285
}
0 commit comments