From 29db7488fcb391c882ceb895d7e6c12892c40f68 Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Sun, 30 Jul 2023 05:02:28 +0300 Subject: [PATCH] Slightly moved right action icon in message view for forwarded messages. Fixed #26587. --- Telegram/SourceFiles/ui/chat/chat.style | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/ui/chat/chat.style b/Telegram/SourceFiles/ui/chat/chat.style index 4119099de..35f3967c0 100644 --- a/Telegram/SourceFiles/ui/chat/chat.style +++ b/Telegram/SourceFiles/ui/chat/chat.style @@ -523,7 +523,7 @@ historyFastShareSize: 31px; historyFastShareLeft: 13px; historyFastShareBottom: 5px; historyFastShareIcon: icon {{ "fast_share", msgServiceFg }}; -historyGoToOriginalIcon: icon {{ "fast_to_original", msgServiceFg }}; +historyGoToOriginalIcon: icon {{ "fast_to_original", msgServiceFg, point(1px, 0px) }}; historyFastCommentsIcon: icon {{ "fast_comments", msgServiceFg }}; historyFastTranscribeIcon: icon {{ "chat/voice_to_text", msgServiceFg }};