mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05: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;
|
||||
|
||||
minPhotoSize: 100px;
|
||||
maxMediaSize: 420px;
|
||||
maxMediaSize: 430px;
|
||||
maxStickerSize: 256px;
|
||||
maxGifSize: 320px;
|
||||
maxSignatureSize: 144px;
|
||||
|
|
Loading…
Add table
Reference in a new issue