From c5f720cdc7d58272f2a13ff90a5b4e18f204aa29 Mon Sep 17 00:00:00 2001 From: Pi <90981829+ItsPi3141@users.noreply.github.com> Date: Sun, 2 Feb 2025 14:14:58 -0800 Subject: [PATCH] fix: prevent long decoration titles from squeezing avatar in msg preview --- app/page.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/page.jsx b/app/page.jsx index efb0571..5ff2012 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -563,13 +563,13 @@ const App = ({ ffmpegRef, isServer }) => { > {m.groupStart && (avUrl === "loading" ? ( -
+
) : ( <> {m.styled ? ( -
+
{ )} ))} -
+
{m.groupStart && ( -

- +

+ {name || "Display Name"} - + Today at{" "} {[ new Date().getHours() % 12,