mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix call icon position in single column info page.
This commit is contained in:
parent
672070e618
commit
2a7fdfc832
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ infoNotificationsActive: icon {{
|
||||||
infoTopBarCall: IconButton(infoTopBarNotifications) {
|
infoTopBarCall: IconButton(infoTopBarNotifications) {
|
||||||
icon: icon {{ "top_bar_call", boxTitleCloseFg }};
|
icon: icon {{ "top_bar_call", boxTitleCloseFg }};
|
||||||
iconOver: icon {{ "top_bar_call", boxTitleCloseFgOver }};
|
iconOver: icon {{ "top_bar_call", boxTitleCloseFgOver }};
|
||||||
|
iconPosition: point(5px, -1px);
|
||||||
}
|
}
|
||||||
infoTopBarSave: IconButton(infoTopBarNotifications) {
|
infoTopBarSave: IconButton(infoTopBarNotifications) {
|
||||||
width: 48px;
|
width: 48px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue