forked from coracle/flotilla
Move editor stuff to its own module
This commit is contained in:
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user