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

Remove the unwanted 20px padding below the menu bar on Windows and Linux #457

Closed
manojVivek opened this issue Sep 17, 2020 · 2 comments · Fixed by #458
Closed

Remove the unwanted 20px padding below the menu bar on Windows and Linux #457

manojVivek opened this issue Sep 17, 2020 · 2 comments · Fixed by #458
Assignees
Labels
enhancement New feature or request
Projects
Milestone

Comments

@manojVivek
Copy link
Collaborator

Remove the space shown in the below screenshot:
Screenshot 2020-09-17 at 8 01 51 AM

@manojVivek manojVivek added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Sep 17, 2020
@manojVivek manojVivek added this to New in App Roadmap via automation Sep 17, 2020
@manojVivek manojVivek moved this from New to Higher-Priority Items in App Roadmap Sep 17, 2020
MBakirci added a commit to MBakirci/responsively-app that referenced this issue Sep 17, 2020
@jjavierdguezas jjavierdguezas linked a pull request Sep 17, 2020 that will close this issue
@jjavierdguezas jjavierdguezas moved this from Higher-Priority Items to In PR in App Roadmap Sep 17, 2020
@jjavierdguezas
Copy link
Contributor

jjavierdguezas commented Sep 17, 2020

This is also happening in Ubuntu

image

@jjavierdguezas jjavierdguezas removed good first issue Good for newcomers help wanted Extra attention is needed labels Sep 17, 2020
@MBakirci
Copy link
Contributor

For now the line os.platform() === 'darwin' ? '20px 0 5px' : '0 0 0'is added to fix this issue on Windows and Linux(at least Ubuntu).

@jjavierdguezas jjavierdguezas changed the title Remove the unwanted 20px padding below the menu bar on Windows Remove the unwanted 20px padding below the menu bar on Windows and Linux Sep 17, 2020
@jjavierdguezas jjavierdguezas moved this from In PR to Ready for Release in App Roadmap Sep 17, 2020
@manojVivek manojVivek added this to the v0.13.0 milestone Sep 18, 2020
@manojVivek manojVivek moved this from Ready for Release to Release v0.13.0 in App Roadmap Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
App Roadmap
  
Release v0.13.0
Development

Successfully merging a pull request may close this issue.

3 participants