From 192b895ba8d6ed2dc1e372fe015c98a161f4f2e3 Mon Sep 17 00:00:00 2001 From: celine Date: Thu, 4 Dec 2025 19:04:22 -0500 Subject: [PATCH] lil things --- .../[did]/[publication]/[rkey]/PostContent.tsx | 17 ++++++++++------- components/Mention.tsx | 8 +++++--- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/app/lish/[did]/[publication]/[rkey]/PostContent.tsx b/app/lish/[did]/[publication]/[rkey]/PostContent.tsx index 555f1b51..dc480c6b 100644 --- a/app/lish/[did]/[publication]/[rkey]/PostContent.tsx +++ b/app/lish/[did]/[publication]/[rkey]/PostContent.tsx @@ -293,7 +293,10 @@ export let Block = ({ } case PubLeafletBlocksImage.isMain(b.block): { return ( -
+
{b.block.alt} +

+

+

+

{b.block.plaintext}

; // if (b.block.level === 5) return
{b.block.plaintext}
; return ( -
+
e.preventDefault()} className={`dropdownMenu group/mention-menu z-20 bg-bg-page flex data-[side=top]:flex-col-reverse flex-col - p-1 gap-1 + p-1 gap-1 text-primary border border-border rounded-md shadow-md sm:max-w-xs w-[1000px] max-w-(--radix-popover-content-available-width) max-h-(--radix-popover-content-available-height) @@ -193,8 +193,10 @@ export function MentionAutocomplete(props: { > {/* Dropdown Header */}
-
- +
+
+ +