1 Commits
v0.1.8 ... main

Author SHA1 Message Date
45cda1a33f intermittent commit 2026-07-14 13:22:12 +02:00

View File

@@ -1,6 +1,6 @@
.organizations-workspace { .organizations-workspace {
grid-template-columns: 230px minmax(0, 1fr); grid-template-columns: 230px minmax(0, 1fr);
background: var(--bg, #f8f7f4); background: var(--bg);
} }
.organizations-page { .organizations-page {
@@ -113,7 +113,7 @@
.organizations-tree-node:hover, .organizations-tree-node:hover,
.organizations-tree-node.active { .organizations-tree-node.active {
border-color: var(--line); border-color: var(--line);
background: var(--surface-muted, #f6f7f9); background: var(--surface-muted);
} }
.organizations-tree-node span { .organizations-tree-node span {