summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/history/history.style
diff options
context:
space:
mode:
Diffstat (limited to 'Telegram/SourceFiles/history/history.style')
-rw-r--r--Telegram/SourceFiles/history/history.style8
1 files changed, 8 insertions, 0 deletions
diff --git a/Telegram/SourceFiles/history/history.style b/Telegram/SourceFiles/history/history.style
index eebecd8666..d090907c81 100644
--- a/Telegram/SourceFiles/history/history.style
+++ b/Telegram/SourceFiles/history/history.style
@@ -47,6 +47,14 @@ historyToDownPosition: point(12px, 10px);
historyToDownAbove: icon {{ "history_down_arrow", historyToDownFg, point(17px, 23px) }};
historyToDownAboveOver: icon {{ "history_down_arrow", historyToDownFgOver, point(17px, 23px) }};
historyToDownPaddingTop: 10px;
+historyToDownBelow: icon {
+ { "history_down_shadow", historyToDownShadow },
+ { "history_down_circle", historyToDownBg, point(4px, 4px) },
+};
+historyToDownBelowOver: icon {
+ { "history_down_shadow", historyToDownShadow },
+ { "history_down_circle", historyToDownBgOver, point(4px, 4px) },
+};
historyToDown: TwoIconButton {
width: 52px;
height: 62px;