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; }