refactor: move sidebar toggle to title bar

This commit is contained in:
aits2026
2026-03-10 12:38:23 +08:00
parent 74e974177c
commit 627aa35f88
5 changed files with 61 additions and 35 deletions

View File

@@ -244,26 +244,6 @@
gap: 4px;
}
.collapse-btn {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 8px;
border: none;
background: transparent;
color: var(--text-tertiary);
cursor: pointer;
border-radius: 9999px;
transition: all 0.2s ease;
margin-top: 4px;
&:hover {
background: var(--bg-tertiary);
color: var(--text-primary);
}
}
.sidebar-clear-dialog-overlay {
position: fixed;
inset: 0;