fix(#2978): implement inlineLink functionality

This commit is contained in:
Amruth Pillai
2026-05-07 21:47:00 +02:00
parent 891ce60270
commit d5891ff035
5 changed files with 99 additions and 56 deletions
+4
View File
@@ -152,6 +152,10 @@
[role="button"]:not(:disabled) {
cursor: pointer;
}
.wysiwyg {
@apply prose prose-sm prose-zinc dark:prose-invert max-w-none prose-p:my-0! prose-li:my-0! prose-ul:my-0! prose-ol:my-0!;
}
}
@media (prefers-reduced-motion: reduce) {