2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Slightly improved style of box for sending GIF with caption.

This commit is contained in:
23rd
2024-09-09 12:25:35 +03:00
parent bf9d90ca4e
commit 93ff0bdcff
2 changed files with 8 additions and 1 deletions

View File

@@ -1505,3 +1505,7 @@ pickLocationChooseOnMap: RoundButton(defaultActiveButton) {
font: font(15px semibold);
}
}
sendGifBox: Box(defaultBox) {
shadowIgnoreBottomSkip: true;
}