mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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 icons = &controller->session().data().forumIcons();
|
||||||
const auto body = box->verticalLayout();
|
const auto body = box->verticalLayout();
|
||||||
Settings::AddSkip(body);
|
|
||||||
const auto recent = [=] {
|
const auto recent = [=] {
|
||||||
auto list = icons->list();
|
auto list = icons->list();
|
||||||
list.insert(begin(list), kDefaultIconId);
|
list.insert(begin(list), kDefaultIconId);
|
||||||
|
|
|
@ -409,6 +409,10 @@ reactPanelEmojiPan: EmojiPan(statusEmojiPan) {
|
||||||
desiredSize: reactStripSize;
|
desiredSize: reactStripSize;
|
||||||
verticalSizeSub: 0px;
|
verticalSizeSub: 0px;
|
||||||
overBg: transparent;
|
overBg: transparent;
|
||||||
|
search: TabbedSearch(defaultTabbedSearch) {
|
||||||
|
defaultFieldWidth: 88px;
|
||||||
|
}
|
||||||
|
searchMargin: margins(1px, 10px, 2px, 6px);
|
||||||
}
|
}
|
||||||
emojiScroll: ScrollArea(defaultSolidScroll) {
|
emojiScroll: ScrollArea(defaultSolidScroll) {
|
||||||
deltat: 3px;
|
deltat: 3px;
|
||||||
|
|
|
@ -1218,11 +1218,11 @@ reactionPremiumLocked: icon{
|
||||||
};
|
};
|
||||||
reactionExpandPanel: icon{
|
reactionExpandPanel: icon{
|
||||||
{ "chat/reactions_round_big", windowBgRipple },
|
{ "chat/reactions_round_big", windowBgRipple },
|
||||||
{ "chat/reactions_expand_panel", windowBg },
|
{ "chat/reactions_expand_panel", windowSubTextFg },
|
||||||
};
|
};
|
||||||
reactionsExpandDropdown: icon{
|
reactionsExpandDropdown: icon{
|
||||||
{ "chat/reactions_round_small", windowBgRipple },
|
{ "chat/reactions_round_small", windowBgRipple },
|
||||||
{ "chat/reactions_expand_panel", windowBg },
|
{ "chat/reactions_expand_panel", windowSubTextFg },
|
||||||
};
|
};
|
||||||
|
|
||||||
searchInChatMultiSelectItem: MultiSelectItem(defaultMultiSelectItem) {
|
searchInChatMultiSelectItem: MultiSelectItem(defaultMultiSelectItem) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue