Start working on threads page
This commit is contained in:
+5
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user