🐛 fix selection offset _again_

This commit is contained in:
2026-06-08 21:11:54 +10:00
parent 27abb8b843
commit 9f34ee76eb

View File

@@ -303,7 +303,7 @@ textarea { resize: vertical; }
.cm-editor { height: 100%; }
.cm-editor.cm-focused { outline: none; }
.cm-scroller { font-family: 'Georgia', 'Times New Roman', serif; line-height: 1.8; font-size: 16px; transition: font-size 0.4s cubic-bezier(0.4, 0, 0.2, 1); overscroll-behavior: none; }
.cm-content { max-width: 680px; margin: 0 auto; padding: 48px 24px 24px; transition: max-width 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.cm-content { max-width: 680px; margin: 0 auto; padding: 48px 24px 24px; transition: max-width 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.cm-line { padding: 0 0 0.75em; margin: 0; text-indent: 2em; }
.cm-line:last-child { padding-bottom: 0; }
.cm-cursor { border-left-color: var(--accent) !important; }