frontend: make skeuomorphic workspace compatible with sidebar
ci / docker (backend, backend/Dockerfile, backend) (push) Successful in 14m32s
ci / docker (frontend, frontend/Dockerfile, frontend) (push) Successful in 14m31s

This commit is contained in:
2025-10-19 23:05:38 +02:00
parent 3591415d46
commit 9a77e76ff4
5 changed files with 66 additions and 263 deletions
+2 -1
View File
@@ -749,7 +749,7 @@ button.icon-button.ghost:hover:not([disabled]) {
}
.column + .column {
border-left: 1px solid var(--border);
border-left: none;
padding-left: 1.25rem;
}
@@ -940,6 +940,7 @@ button.icon-button.ghost:hover:not([disabled]) {
overflow-y: auto;
padding: 1.25rem;
color: var(--sidebar-fg);
border-right: 1px solid var(--border);
}
.sidebar-section:first-of-type,