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 48eb5ac commit 8adc6a1Copy full SHA for 8adc6a1
web_src/less/_repository.less
@@ -3218,17 +3218,9 @@ td.blob-excerpt {
3218
.ui.attached.header.diff-file-header {
3219
&.sticky-2nd-row {
3220
position: sticky;
3221
- top: 46px;
+ top: 77px;
3222
z-index: 7;
3223
3224
- @media @mediaMd {
3225
- top: 77px;
3226
- }
3227
-
3228
- @media @mediaSm {
3229
3230
3231
3232
@media (max-width: 480px) {
3233
position: static;
3234
}
0 commit comments