폴더창 보이기/숨기기 버튼 추가

This commit is contained in:
2026-05-22 17:06:13 +09:00
parent 48f86566d0
commit 48d5cfb7e3
6 changed files with 44 additions and 3 deletions
+8
View File
@@ -103,6 +103,10 @@ header h1 {
.workspace-controls {
margin-left: auto;
}
.app-workspace.file-explorer-hidden aside,
.app-workspace.file-explorer-hidden #sidebar-resizer {
display: none;
}
/* ── 앱 레이아웃 ── */
.app-layout {
@@ -181,6 +185,10 @@ main {
.btn-info:hover { background: #132e42; }
.btn-info:disabled { opacity: .4; cursor: not-allowed; }
.btn-info:not(.active) { opacity: .4; }
.btn-accent { background: rgba(124,106,247,.16); color: var(--accent); border: 1px solid rgba(124,106,247,.38); }
.btn-accent:hover { background: rgba(124,106,247,.24); }
.btn-accent:disabled { opacity: .4; cursor: not-allowed; }
.btn-accent:not(.active) { opacity: .4; }
.sort-group {
display: flex;
background: #0d2535;