Removing the close button for the initial pane

This commit is contained in:
2025-12-28 20:51:41 +00:00
parent bb6b6c5768
commit fd12f0255d
116 changed files with 341 additions and 325 deletions

View File

@@ -317,6 +317,9 @@ nav {
.pane-root {
background-color: var(--bg);
}
.pane-root .pane-close {
display: none !important;
}
.pane-header {
display: none; /* Hide the old pane-header */
@@ -682,6 +685,11 @@ li ol li::before {
border-right: none;
border-bottom: 1px dotted var(--border);
}
.pane-fullscreen {
display: none !important;
}
}
/* =========================================================
FULLSCREEN PANE MODE