mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-27 13:45:27 -05:00
Hide sidebar on planner
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user