chore: clean up

This commit is contained in:
2024-01-03 11:03:56 +07:00
parent 698f5a5d6d
commit 9f27d68533
29 changed files with 322 additions and 1944 deletions

View File

@@ -14,7 +14,7 @@
}
.prose :where(iframe):not(:where([class~='not-prose'] *)) {
@apply mx-auto aspect-video h-auto w-full;
@apply w-full h-auto mx-auto aspect-video;
}
}
@@ -42,11 +42,3 @@ input::-ms-clear {
.border {
background-clip: padding-box;
}
.ProseMirror p.is-empty::before {
@apply pointer-events-none float-left h-0 text-neutral-600 content-[attr(data-placeholder)] dark:text-neutral-400;
}
.ProseMirror img.ProseMirror-selectednode {
@apply outline-blue-500;
}