Work on thread detail page

This commit is contained in:
Jon Staab
2024-10-23 14:20:24 -07:00
parent 8d0c016621
commit 09028b69a4
15 changed files with 300 additions and 134 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;
@apply input input-bordered h-auto min-h-32 p-[.65rem] pb-6 rounded-box;
}
.tiptap pre code {