Hide sidebar on planner

This commit is contained in:
hfcRed 2026-01-10 22:27:27 +01:00
parent 64eebfaf86
commit 9da7a3546b

View File

@ -47,8 +47,9 @@ div {
box-shadow: none !important;
}
/* Hacky selector to hide navbar if the planner is present */
header:has(+ .planner) {
/* Hacky selector to hide sidebar and top nav */
body:has(.planner) nav,
body:has(.planner) header {
display: none !important;
}