web: make sidebar fold button visible

This commit is contained in:
Keisuke Hirata 2026-07-23 21:19:06 +09:00
parent 62c1e4303b
commit 60460b23dc
No known key found for this signature in database

View File

@ -84,11 +84,13 @@
color: var(--text-muted); color: var(--text-muted);
text-decoration: none; text-decoration: none;
} }
.sidebar-fold-button { .sidebar-fold-button {
border: 0; border: 1px solid var(--line);
background: transparent; background: var(--bg-raised);
cursor: pointer; box-shadow: var(--shadow-soft);
} color: var(--text-strong);
cursor: pointer;
}
.sidebar-icon { .sidebar-icon {
width: 18px; width: 18px;
height: 18px; height: 18px;