Remove additional space above header

... to align with native titles
This commit is contained in:
Adrien Maston
2026-02-19 17:54:02 +01:00
parent 0394c44f22
commit 92a845b17b
+10
View File
@@ -20,6 +20,16 @@
/* Header
/* ------------------------------------------------------------------------ */
.header {
padding-block-start: var(--custom-safe-inset-top);
}
.header--mobile-actions-stack {
.header__title {
margin-block-start: 0;
}
}
.header:is(
:not(:has(.header__title, .header__actions)),
:not(:has(.header__title, .header__actions--end)):has(.header__actions--start .btn--back:only-child)