Skip to content
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

App size is not flexible with changing titlebar height #16

Open
alextac98 opened this issue Nov 13, 2021 · 0 comments
Open

App size is not flexible with changing titlebar height #16

alextac98 opened this issue Nov 13, 2021 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers tech-debt Tech Debt taken on by the project

Comments

@alextac98
Copy link
Owner

App height subtracts viewport heigh by the height of the hardcoded values of the app margin and titlebar height:

height: calc(100vh - 46px - 50px);

This will break the total height if the title height also changes

@alextac98 alextac98 added bug Something isn't working good first issue Good for newcomers tech-debt Tech Debt taken on by the project labels Nov 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers tech-debt Tech Debt taken on by the project
Projects
None yet
Development

No branches or pull requests

1 participant