Skip to content
Snippets Groups Projects

Adjust file header top if sidebar feature flag is off

Merged Annabel Dunstone Gray requested to merge fix-file-header-top-overview into master
All threads resolved!
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
@@ -334,7 +334,11 @@ $system-note-svg-size: 16px;
@@ -334,7 +334,11 @@ $system-note-svg-size: 16px;
border-radius: 0;
border-radius: 0;
@media (min-width: map-get($grid-breakpoints, md)) {
@media (min-width: map-get($grid-breakpoints, md)) {
--initial-top: calc(#{$header-height} + #{$mr-tabs-height + 28px});
--initial-top: calc(#{$header-height} + #{$mr-tabs-height});
 
 
&.is-sidebar-moved {
 
--initial-top: calc(#{$header-height} + #{$mr-tabs-height + 28px});
 
}
.with-performance-bar & {
.with-performance-bar & {
--top: 123px;
--top: 123px;
Loading