web: keep sidebar fold button visible

This commit is contained in:
2026-07-23 20:57:02 +09:00
parent 6e53df0303
commit 97397a1c4d
2 changed files with 23 additions and 19 deletions
+7 -5
View File
@@ -271,6 +271,12 @@
margin-bottom: var(--space-2);
min-width: 0;
}
.sidebar-control-row,
.sidebar-actions-row {
display: flex;
justify-content: flex-end;
gap: var(--space-1);
}
.sidebar-title-row {
display: flex;
align-items: center;
@@ -305,11 +311,6 @@
.error {
color: var(--danger);
}
.sidebar-actions-row {
display: flex;
justify-content: flex-end;
gap: var(--space-1);
}
.sidebar-icon-button,
.sidebar-fold-button {
flex: 0 0 auto;
@@ -349,6 +350,7 @@
.workspace-sidebar.folded .sidebar-header {
margin-bottom: 0;
}
.workspace-sidebar.folded .sidebar-control-row,
.workspace-sidebar.folded .sidebar-title-row,
.workspace-sidebar.folded .sidebar-actions-row {
justify-content: center;