Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Refactor/new channel message layout #2549

Merged
merged 15 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/app/components/audio-player/audio-player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const AudioPlayer = memo(
}, [id, prepare, url]);

return (
<LeanView tw="web:max-w-sm web:p-2 overflow-hidden rounded-full bg-black p-4 dark:bg-white">
<LeanView tw="web:max-w-sm web:p-2 web:min-w-[320px] min-w-[80%] overflow-hidden rounded-full bg-black p-4 dark:bg-white">
<LeanView tw="flex-row items-center">
<LeanView tw="mr-4 items-center justify-center">
<LeanView tw="h-12 w-12 items-center justify-center rounded-full bg-white dark:bg-black">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ export const ImagePreview = ({
}}
transition={{ type: "timing" }}
draggable={false}
animate={{ transform: "translate3d(0,0,0) scale(1)" }}
initial={{ transform: "translate3d(0,0,0) scale(1)" }}
/>

<Modal
Expand Down
Loading
Loading