feat: polish message attachment downloads
This commit is contained in:
@@ -30,7 +30,7 @@ export function ImageWithTextBubble({ post }: { post: Post }) {
|
||||
/>
|
||||
</button>
|
||||
{text ? (
|
||||
<div className="absolute inset-x-0 bottom-0 bg-gradient-to-t from-black/85 via-black/55 to-transparent px-4 pb-4 pt-16 text-[14px] leading-snug text-neutral-100">
|
||||
<div className="bg-gradient-to-b from-ark-panel/90 to-ark-panel px-4 py-3 text-[14px] leading-snug text-neutral-100">
|
||||
<div className="message-stream-copyable-text select-text whitespace-pre-wrap break-words">
|
||||
{autolink(text)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user