From 9f34ee76eb6969d120e03b66faf8d9f5205db9ea Mon Sep 17 00:00:00 2001 From: Alice Hernandez Date: Mon, 8 Jun 2026 21:11:54 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20selection=20offset=20=5Fag?= =?UTF-8?q?ain=5F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/styles/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/styles/app.css b/src/renderer/styles/app.css index 8b9aac3..791364a 100644 --- a/src/renderer/styles/app.css +++ b/src/renderer/styles/app.css @@ -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; }