Move editor stuff to its own module

This commit is contained in:
Jon Staab
2024-08-29 09:23:54 -07:00
parent 88318e9753
commit 719a8a3458
9 changed files with 231 additions and 172 deletions
+2 -2
View File
@@ -92,7 +92,7 @@
/* tiptap */
.tiptap {
.tiptap[contenteditable="true"] {
@apply max-h-[350px] overflow-y-auto rounded-box bg-base-300 p-2 px-4;
}
@@ -105,7 +105,7 @@
}
.link-content {
@apply rounded bg-neutral px-1 text-sm text-neutral-content no-underline;
@apply inline-block max-w-full overflow-hidden text-ellipsis whitespace-nowrap rounded bg-neutral px-1 text-sm text-neutral-content no-underline;
}
.link-content.link-content-selected {