Skip to content
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.

Increased right margin on close button #43

Open
wants to merge 70 commits into
base: master
Choose a base branch
from

Conversation

mhweaver
Copy link

@mhweaver mhweaver commented Sep 9, 2012

In OS X, the scroll bar tends to completely cover the close button.

Screenshot of issue

Shifting it slightly to the left allows the button to still be usable,
even when the scroll bar is visible, without it looking weird.

mhweaver and others added 30 commits August 30, 2012 17:46
Merged with help from Justin Paupore <[email protected]>.
Merged with help from Justin Paupore <[email protected]>.
HTML notifications from marklr:master.
Also, remove 9999px initial draw step.
chromakode and others added 27 commits September 7, 2012 00:12
This commit resurrects the old programmatic injection of the page
overlay, which we must do for https pages since the content script no
longer matches them. It also consolidates the various UI updates upon
tab change / load into tabStatus.updateTab.
In OS X, the scroll bar tends to completely cover the close button.

Shifting it slightly to the left allows the button to still be usable,
even when the scroll bar is visible.
It makes more sense that the margin be part of the bar than the button.
@@ -37,5 +37,5 @@ input#title-input:focus { outline:none; box-shadow:0 0 4px rgba(0,0,0,1); }
input#title-input::-webkit-input-placeholder { color:#555; }

#close { background:none; padding:0; margin-right:6px; box-shadow:none; border-radius:2px; opacity:.5; }
#close img { margin-top:3px; }
#close img { margin-top:3px;}
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the sloppy commit. I couldn't do the change/commit properly and had to use the web interface. Mistakes were made; hearts were broken; lessons were learned.

@ErikHumphrey
Copy link

For now, before the improvement, one could try turning on "hide scrollbar when not being used." Thus the user would have to wait for the scrollbar to disappear before clicking the X close button.

This should be fixed, though.

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

Successfully merging this pull request may close these issues.

5 participants