diff --git a/www/app/transcripts/[transcriptId]/page.tsx b/www/app/transcripts/[transcriptId]/page.tsx index 8d5ea934..03d1ba61 100644 --- a/www/app/transcripts/[transcriptId]/page.tsx +++ b/www/app/transcripts/[transcriptId]/page.tsx @@ -55,15 +55,14 @@ export default function TranscriptDetails(details: TranscriptDetails) { useActiveTopic={useActiveTopic} autoscroll={false} /> -
- - -
+
+
{transcript?.response?.longSummary && ( )} -
-
+ + + )} diff --git a/www/app/transcripts/shareLink.tsx b/www/app/transcripts/shareLink.tsx index 6d5a369a..ee7882e8 100644 --- a/www/app/transcripts/shareLink.tsx +++ b/www/app/transcripts/shareLink.tsx @@ -19,7 +19,7 @@ const ShareLink = () => { return (

@@ -33,7 +33,7 @@ const ShareLink = () => { readOnly value={currentURL} ref={inputRef} - className="border rounded p-2 flex-grow mr-2 text-sm bg-slate-100 outline-slate-400" + className="border rounded-lg md:rounded-xl p-2 flex-grow mr-2 text-sm bg-slate-100 outline-slate-400" />