Skip to content

Commit

Permalink
fix(editor): add line numbers on left exit animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammed-Rahif committed Nov 17, 2024
1 parent 19d99e9 commit 16cb4d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/lib/components/Editor/Editor.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.ql-editor {
@apply h-full w-full overflow-y-auto border-none !px-3 !py-2.5 text-base leading-[136%] outline-none;
@apply h-full w-full overflow-y-auto border-none !px-3 !py-2.5 text-base leading-[136%] outline-none duration-300;
}

.ql-editor,
Expand All @@ -19,6 +19,10 @@
@apply text-blue-500;
}

.ql-editor > * {
@apply !pl-0 duration-300;
}

@keyframes blink {
0% {
opacity: 1;
Expand Down

0 comments on commit 16cb4d1

Please sign in to comment.