Add menu to threads

This commit is contained in:
Jon Staab
2024-10-23 16:16:28 -07:00
parent 09028b69a4
commit 306a0f0f3d
14 changed files with 227 additions and 216 deletions
+1 -1
View File
@@ -181,7 +181,7 @@
}
.note-editor .tiptap[contenteditable="true"] {
@apply input input-bordered h-auto min-h-32 p-[.65rem] pb-6 rounded-box;
@apply input input-bordered h-auto min-h-32 rounded-box p-[.65rem] pb-6;
}
.tiptap pre code {