mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 05:07:36 -05:00
Hide sidebar on planner
This commit is contained in:
parent
64eebfaf86
commit
9da7a3546b
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user