Avoid user menu toggle button overlapping with tab bar top border (#2707)
Something little I noticed today | | Normal | Hovered | | ------------- | ------------- | - | | Before |   |   | | After |   |   | Also makes it match the contacts button and seems to more closely resemble the mockups as far as I can tell  Release Notes: - Fixed the titlebar user menu button obscuring part of the border below it.
This commit is contained in:
commit
3db1aac119
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,7 @@ function user_menu() {
|
|||
base: {
|
||||
corner_radius: 6,
|
||||
height: button_height,
|
||||
width: online ? 37 : 24,
|
||||
width: 20,
|
||||
padding: {
|
||||
top: 2,
|
||||
bottom: 2,
|
||||
|
@ -153,6 +153,7 @@ function user_menu() {
|
|||
},
|
||||
}
|
||||
}
|
||||
|
||||
return {
|
||||
user_menu_button_online: build_button({ online: true }),
|
||||
user_menu_button_offline: build_button({ online: false }),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue