-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StatusBar now has 2px of StatusAreaLine above it, misbalancing the in-call status bar #3269
Comments
If the StatusBarArea should be 50px, the StatusBox will have to be 48px, (with line-height 48px). |
As per the title of the bug, the reason i was asking to get rid of the 2px line is because it breaks the vertical symmetry by having 2px of additional content at the top which isn't at the bottom, which in turn contributes to #3182: So ironically shrinking the area to 48px actually makes the misbalancing more pronounced and ugly! :) |
How does this look, @ara4n? |
Removing top line works and everything looks aligned. |
This is to keep things vertically balanced. Fixes #3269
@lukebarnard1 i think this was added as part of the new StatusBar stuff - is there a way we can get rid of the 2px that has snuck in on the top? The height of StatusBar is meant to be 50px, not 52px.
The text was updated successfully, but these errors were encountered: