Flesh out calendar event cards

This commit is contained in:
Jon Staab
2024-09-20 11:00:41 -07:00
parent 0d53934152
commit 88000d02ba
14 changed files with 153 additions and 69 deletions
+5 -1
View File
@@ -43,7 +43,7 @@
}
.card2 {
@apply rounded-box bg-base-100 p-6 text-base-content;
@apply rounded-box bg-base-100 p-6 text-base-content overflow-hidden text-ellipsis;
}
.card2.card2-sm {
@@ -90,6 +90,10 @@
@apply shadow-[0_20px_25px_-5px_rgb(0,0,0,0.1)_0_8px_10px_-6px_rgb(0,0,0,0.1)];
}
.modal-box .z-feature {
@apply z-modal-feature;
}
/* tiptap */
.input-editor, .chat-editor {