Start working on threads page

This commit is contained in:
Jon Staab
2024-09-23 13:10:15 -07:00
parent 4c9b7da586
commit 26eb4faf37
11 changed files with 252 additions and 10 deletions
+5 -1
View File
@@ -96,7 +96,7 @@
/* tiptap */
.input-editor, .chat-editor {
.input-editor, .chat-editor, .note-editor {
@apply p-1 -m-1 min-h-12;
}
@@ -113,6 +113,10 @@
@apply input input-bordered p-[.65rem] h-auto;
}
.note-editor .tiptap[contenteditable="true"] {
@apply input input-bordered p-[.65rem] h-auto min-h-32 pb-6;
}
.tiptap pre code {
@apply link-content block w-full;
}