From 199821d67095ab2ddedb3f3b24bd2844a83123f3 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 20 Oct 2025 17:15:01 +0300 Subject: [PATCH] make gifs square again (#9236) --- src/components/dialogs/GifSelect.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dialogs/GifSelect.tsx b/src/components/dialogs/GifSelect.tsx index 6ac87f4e02..536483b080 100644 --- a/src/components/dialogs/GifSelect.tsx +++ b/src/components/dialogs/GifSelect.tsx @@ -300,7 +300,7 @@ export function GifPreview({ a.flex_1, a.mb_sm, a.rounded_sm, - a.aspect_card, + a.aspect_square, {opacity: pressed ? 0.8 : 1}, t.atoms.bg_contrast_25, ]}