mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix inconsistency of max width for message content
Signed-off-by: Nikita Kalashnikov <mendor@yuuzukiyo.net> (github: Mendor)
This commit is contained in:
parent
3f3b9f3608
commit
4c61f27826
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ dragPadding: margins(20px, 10px, 20px, 10px);
|
||||||
dragHeight: 72px;
|
dragHeight: 72px;
|
||||||
|
|
||||||
minPhotoSize: 100px;
|
minPhotoSize: 100px;
|
||||||
maxMediaSize: 420px;
|
maxMediaSize: 430px;
|
||||||
maxStickerSize: 256px;
|
maxStickerSize: 256px;
|
||||||
maxGifSize: 320px;
|
maxGifSize: 320px;
|
||||||
maxSignatureSize: 144px;
|
maxSignatureSize: 144px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue