Refine scrollbars and editor spacing (#209)

This commit is contained in:
Yuri Karamian
2026-07-20 02:30:29 +02:00
parent 7428cc7dfb
commit 06d2cd744f
2 changed files with 1 additions and 27 deletions
-13
View File
@@ -1678,19 +1678,6 @@
padding: 4px;
}
.list-content::-webkit-scrollbar {
width: 8px;
}
.list-content::-webkit-scrollbar-thumb {
background: var(--text-tertiary);
border-radius: 4px;
}
.list-content::-webkit-scrollbar-thumb:hover {
background: var(--text-secondary);
}
.note-list-section {
padding: 14px 12px 4px;
font-size: 0.7rem;