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

Improve very small quote areas with icons.

This commit is contained in:
John Preston
2023-10-28 20:48:50 +04:00
parent b40f30ca98
commit b180070ba3
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 570 B

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 849 B

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -57,7 +57,7 @@ messageTextStyle: TextStyle(defaultTextStyle) {
blockquote: QuoteStyle(messageQuoteStyle) { blockquote: QuoteStyle(messageQuoteStyle) {
padding: margins(10px, 2px, 20px, 2px); padding: margins(10px, 2px, 20px, 2px);
icon: icon{{ "chat/mini_quote", windowFg }}; icon: icon{{ "chat/mini_quote", windowFg }};
iconPosition: point(4px, 2px); iconPosition: point(4px, 4px);
} }
pre: QuoteStyle(messageQuoteStyle) { pre: QuoteStyle(messageQuoteStyle) {
header: 20px; header: 20px;