theme and virtualized list

This commit is contained in:
pa
2026-01-18 20:50:58 +09:00
committed by Natsumi
parent 9081dbe2b1
commit 265e0f999c
30 changed files with 853 additions and 270 deletions
+11
View File
@@ -891,6 +891,16 @@
min-height: 0;
}
.favorites-splitter :deep([data-slot='resizable-handle']) {
opacity: 0;
transition: opacity 0.2s ease;
}
.favorites-splitter :deep([data-slot='resizable-handle']:hover),
.favorites-splitter :deep([data-slot='resizable-handle']:focus-visible) {
opacity: 1;
}
.favorites-groups-panel {
height: 100%;
padding-right: 8px;
@@ -927,6 +937,7 @@
.group-item {
border-radius: 8px;
border: 1px solid var(--border);
padding: 8px;
cursor: pointer;
box-shadow: 0 0 6px rgba(15, 23, 42, 0.04);