mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-25 00:06:05 +02:00
Refine scrollbars and editor spacing (#209)
This commit is contained in:
@@ -8087,19 +8087,6 @@
|
|||||||
margin-right: 8px;
|
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) {
|
.editor-body:has(.source-editor) {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
@@ -8397,7 +8384,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:global(.tiptap-wrapper .tiptap p) {
|
:global(.tiptap-wrapper .tiptap p) {
|
||||||
margin: 0 0 0.75em;
|
margin: 0 0 0.4em;
|
||||||
line-height: var(--editor-line-height, 1.65);
|
line-height: var(--editor-line-height, 1.65);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1678,19 +1678,6 @@
|
|||||||
padding: 4px;
|
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 {
|
.note-list-section {
|
||||||
padding: 14px 12px 4px;
|
padding: 14px 12px 4px;
|
||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user