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

Fix styles in reactions expanded panel.

This commit is contained in:
John Preston
2023-01-25 11:54:01 +04:00
parent 22f9e87fbe
commit 54117cc762
3 changed files with 6 additions and 3 deletions

View File

@@ -409,6 +409,10 @@ reactPanelEmojiPan: EmojiPan(statusEmojiPan) {
desiredSize: reactStripSize;
verticalSizeSub: 0px;
overBg: transparent;
search: TabbedSearch(defaultTabbedSearch) {
defaultFieldWidth: 88px;
}
searchMargin: margins(1px, 10px, 2px, 6px);
}
emojiScroll: ScrollArea(defaultSolidScroll) {
deltat: 3px;