mirror of
https://github.com/docmost/docmost.git
synced 2026-08-30 02:25:01 +08: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 {
|
.ProseMirror {
|
||||||
background-color: light-dark(
|
background-color: light-dark(
|
||||||
var(--mantine-color-white),
|
var(--mantine-color-white),
|
||||||
|
|||||||
Reference in New Issue
Block a user