web: keep sidebar fold button visible
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user