Add nostr-editor

This commit is contained in:
Jon Staab
2024-08-19 14:22:16 -07:00
parent 4d7c880576
commit d03ef264f7
17 changed files with 1396 additions and 13 deletions
+8
View File
@@ -83,3 +83,11 @@
.shadow-top-xl {
@apply shadow-[0_20px_25px_-5px_rgb(0,0,0,0.1)_0_8px_10px_-6px_rgb(0,0,0,0.1)];
}
.tiptap {
@apply rounded-box bg-base-100 px-4 p-2;
}
.link-content {
@apply text-sm rounded px-1 bg-neutral text-neutral-content no-underline;
}