mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Improve very small quote areas with icons.
This commit is contained in:
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 |
|
@ -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;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 611224c52f3192f616018fc7a2c5930667531084
|
Subproject commit 272a23e9bce7d03cc167d3dd4589ce674398c795
|
Loading…
Add table
Reference in a new issue