MediaWiki:Gadget-GrAnnotations.css: Difference between revisions

No edit summary
No edit summary
Line 676: Line 676:
   --gr-bar-h: 48px;
   --gr-bar-h: 48px;
   --gr-bar-top: 50px;
   --gr-bar-top: 50px;
}
/* ── 3. BODY PADDING — prevent content hiding under fixed bar ───── */
/* Vector: header fixed + bar fixed */
body.skin-vector,
body.skin-vector-2022 {
  padding-top: calc(var(--gr-header-height) + var(--gr-bar-h)) !important;
}
}