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
+1 -14
View File
@@ -8087,19 +8087,6 @@
margin-right: 8px;
}
.editor-body::-webkit-scrollbar {
width: 8px;
}
.editor-body::-webkit-scrollbar-thumb {
background: var(--text-tertiary);
border-radius: 4px;
}
.editor-body::-webkit-scrollbar-thumb:hover {
background: var(--text-secondary);
}
.editor-body:has(.source-editor) {
overflow: hidden;
}
@@ -8397,7 +8384,7 @@
}
:global(.tiptap-wrapper .tiptap p) {
margin: 0 0 0.75em;
margin: 0 0 0.4em;
line-height: var(--editor-line-height, 1.65);
}
-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;