git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
1b4f4b7
)
Fix bullet point alignment
author
Adam Dullage
<redacted>
Mon, 11 Dec 2023 15:49:34 +0000
(15:49 +0000)
committer
Adam Dullage
<redacted>
Mon, 11 Dec 2023 15:49:34 +0000
(15:49 +0000)
flatnotes/src/toastui-editor-overrides.scss
patch
|
blob
|
history
diff --git
a/flatnotes/src/toastui-editor-overrides.scss
b/flatnotes/src/toastui-editor-overrides.scss
index 8b57fb1c5c8122aef72f16dc31b1b3700c3c2bc9..b117c307964424c1aae630c2a530c4d6ea9fe138 100644
(file)
--- a/
flatnotes/src/toastui-editor-overrides.scss
+++ b/
flatnotes/src/toastui-editor-overrides.scss
@@
-18,6
+18,11
@@
height: 100%;
}
+.toastui-editor-contents ul > li::before {
+ // Vertically center the bullet point
+ margin-top: 0.7rem;
+}
+
// Typography
.ProseMirror,
.toastui-editor-contents {
git clone https://git.99rst.org/PROJECT