mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 02:21:17 +00:00
fix(StatusAppNavBar): Fixed position of profile button on the NavBar
This commit is contained in:
parent
fb2a93b549
commit
083d648b05
@ -150,7 +150,7 @@ Rectangle {
|
||||
width: visible ? statusAppNavBar.navBarProfileButton.width : 0
|
||||
visible: !!statusAppNavBar.navBarProfileButton
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.bottomMargin: visible ? 32 : 0
|
||||
anchors.bottomMargin: visible ? 23 : 0
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user