style: introduce --page-header-height variable

This commit is contained in:
Philipinho
2026-04-27 13:52:49 +01:00
parent 6a89212e32
commit a645ab947b
@@ -1,3 +1,11 @@
:root {
/* Height of the fixed PageHeader at the top of every page. Used by
* standalone base layout (paddingTop) and by sticky bands inside
* inline base embeds (top offset). One source of truth; if the
* page header ever changes height, edit only this. */
--page-header-height: 45px;
}
.ProseMirror {
background-color: light-dark(
var(--mantine-color-white),