Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions packages/apps/app/src/renderer/src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -347,29 +347,29 @@
}

/* Compact line spacing for notes editor */
.prose-tight .ProseMirror.prose > * + * {
.prose-tight .ProseMirror > * + * {
margin-top: 0.125em;
}

.prose-tight .ProseMirror.prose p {
.prose-tight .ProseMirror p {
margin-top: 0.125em;
margin-bottom: 0.125em;
}

.prose-tight .ProseMirror.prose ul,
.prose-tight .ProseMirror.prose ol {
.prose-tight .ProseMirror ul,
.prose-tight .ProseMirror ol {
margin-top: 0.125em;
margin-bottom: 0.125em;
}

.prose-tight .ProseMirror.prose li {
.prose-tight .ProseMirror li {
margin-top: 0;
margin-bottom: 0;
}

.prose-tight .ProseMirror.prose h1,
.prose-tight .ProseMirror.prose h2,
.prose-tight .ProseMirror.prose h3 {
.prose-tight .ProseMirror h1,
.prose-tight .ProseMirror h2,
.prose-tight .ProseMirror h3 {
margin-top: 0.375em;
margin-bottom: 0.125em;
}
Expand Down
Loading