disable sidebar toggle in fullscreen mode

This commit is contained in:
2026-05-29 10:46:00 +10:00
parent 4f9292369e
commit 95d899e1b8
2 changed files with 8 additions and 0 deletions

View File

@@ -128,6 +128,12 @@
border-color: var(--text-muted);
}
.app-layout-toggle-seg:disabled {
opacity: 0.25;
cursor: default;
pointer-events: none;
}
/* Middle segment: wider, non-interactive, always "on" */
.app-layout-toggle-seg--mid {
width: 22px;