From 8e7a150cd0c14bfc7a105c2310a9e3a0eda11eb9 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 28 Apr 2025 16:41:59 +0300 Subject: [PATCH] layout animation config for composer footer --- src/view/com/composer/Composer.tsx | 68 +++++++++++++++--------------- 1 file changed, 35 insertions(+), 33 deletions(-) diff --git a/src/view/com/composer/Composer.tsx b/src/view/com/composer/Composer.tsx index 3f0395f7a4..b6d269d28b 100644 --- a/src/view/com/composer/Composer.tsx +++ b/src/view/com/composer/Composer.tsx @@ -1266,39 +1266,41 @@ function ComposerFooter({ a.justify_between, ]}> - {video && video.status !== 'done' ? ( - - ) : ( - - - onSelectVideo(post.id, asset)} - disabled={!!media} - setError={onError} - /> - - - {!isMobile ? ( - - ) : null} - - )} + + {video && video.status !== 'done' ? ( + + ) : ( + + + onSelectVideo(post.id, asset)} + disabled={!!media} + setError={onError} + /> + + + {!isMobile ? ( + + ) : null} + + )} + {showAddButton && (