mirror of
https://github.com/docmost/docmost.git
synced 2026-07-25 01:54:41 +10:00
style: introduce --page-header-height variable
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user