backend: reduce number of concurrent db connections
This commit is contained in:
@@ -782,6 +782,7 @@ button.icon-button.ghost:hover:not([disabled]) {
|
||||
|
||||
.folder-row:hover {
|
||||
background: var(--sidebar-hover-bg);
|
||||
color: var(--fg);
|
||||
}
|
||||
|
||||
.folder-row.active {
|
||||
@@ -859,7 +860,7 @@ button.icon-button.ghost:hover:not([disabled]) {
|
||||
gap: 0.28rem;
|
||||
overflow-y: auto;
|
||||
padding: 1.25rem;
|
||||
color: var(--sidebar-fg, #6f7683);
|
||||
color: var(--sidebar-fg);
|
||||
}
|
||||
|
||||
.sidebar-section:first-of-type,
|
||||
|
||||
Reference in New Issue
Block a user