-
Notifications
You must be signed in to change notification settings - Fork 10.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
Apply padding on <select>, not the button #6076
Conversation
The dropdown is now too close to the loading bar. Maybe it's because the top padding is increased? After you have adjusted that, could you squash the commits into one? See https://github.com/mozilla/pdf.js/wiki/Squashing-Commits on how to do that easily. |
This is an intentional change. IMO it looks really odd to have the +/- buttons fairly big and centered vertically, then have the dropdown right next to it not aligned with the buttons:
Absolutely. I intentionally used separate commits since they technically are separate changes. |
As @timvandermeij alluded to above, this PR unfortunately "breaks" in Firefox. |
@Snuffleupagus I totally understand. However I cannot reproduce your issue locally on Firefox 38.0 as bundled with Ubuntu. But regardless I reverted the controversial padding change so it should be as it was. |
/botio-linux preview |
From: Bot.io (Linux)ReceivedCommand cmd_preview from @timvandermeij received. Current queue size: 0 Live output at: http://107.21.233.14:8877/1cce7d0a8ec8209/output.txt |
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/1cce7d0a8ec8209/output.txt Total script time: 0.71 mins Published |
Ping; any further comments? |
Apply padding on <select>, not the button
Thank you for the patch! |
Fixes clicking the edge of the zoom selection dropdown button.