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

Pages margin-top different depending on OS #46

Closed
matAlmeida opened this issue Jan 15, 2018 · 1 comment
Closed

Pages margin-top different depending on OS #46

matAlmeida opened this issue Jan 15, 2018 · 1 comment

Comments

@matAlmeida
Copy link

In linux, the title-bar push the page down and the buttons doesnt appears.
proof:
old

how i solved:
renderer/layouts/page.js

 99| section {
100|   margin-top: ${window.innerHeight - window.outerHeight}px;
101| }

new

What you think?

@matAlmeida matAlmeida changed the title Pages margin-top different depending on SO Pages margin-top different depending on OS Jan 15, 2018
@bukinoshita
Copy link
Owner

We don't support Linux yet @matAlmeida. Can you check #5 to see if you can build an App Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants