mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Fix styles in reactions expanded panel.
This commit is contained in:
parent
22f9e87fbe
commit
54117cc762
3 changed files with 6 additions and 3 deletions
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue