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

@ -267,7 +267,6 @@ struct IconSelector {
const auto icons = &controller->session().data().forumIcons();
const auto body = box->verticalLayout();
Settings::AddSkip(body);
const auto recent = [=] {
auto list = icons->list();
list.insert(begin(list), kDefaultIconId);

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;

View File

@ -1218,11 +1218,11 @@ reactionPremiumLocked: icon{
};
reactionExpandPanel: icon{
{ "chat/reactions_round_big", windowBgRipple },
{ "chat/reactions_expand_panel", windowBg },
{ "chat/reactions_expand_panel", windowSubTextFg },
};
reactionsExpandDropdown: icon{
{ "chat/reactions_round_small", windowBgRipple },
{ "chat/reactions_expand_panel", windowBg },
{ "chat/reactions_expand_panel", windowSubTextFg },
};
searchInChatMultiSelectItem: MultiSelectItem(defaultMultiSelectItem) {