From 5f5d5e43be509089c31244907e00920fcaf878e8 Mon Sep 17 00:00:00 2001 From: ZavaruKitsu Date: Sat, 18 Nov 2023 21:33:26 +0300 Subject: [PATCH] feat: increase size of rounded video messages --- Telegram/SourceFiles/ui/chat/chat.style | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/ui/chat/chat.style b/Telegram/SourceFiles/ui/chat/chat.style index 7567c501a8..720ac6be72 100644 --- a/Telegram/SourceFiles/ui/chat/chat.style +++ b/Telegram/SourceFiles/ui/chat/chat.style @@ -183,7 +183,7 @@ maxMediaSize: 430px; maxStickerSize: 224px; maxAnimatedEmojiSize: 112px; maxGifSize: 320px; -maxVideoMessageSize: 240px; +maxVideoMessageSize: 320px; maxSignatureSize: 144px; maxWallPaperWidth: 160px; maxWallPaperHeight: 240px;