Closed
Bug 1186253
Opened 10 years ago
Closed 8 years ago
Too much space between menubar and tabs on Windows 10
Categories
(Firefox :: Theme, defect, P2)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: Dolske, Unassigned)
References
Details
Attachments
(2 files, 3 obsolete files)
116.69 KB,
image/png
|
Details | |
3.40 KB,
patch
|
Details | Diff | Splinter Review |
While working on bug 1186250 I noticed that there's also extra space between the menubar and the tabs, even with my fix.
On my system, there's 15.5px (CSS) of padding-bottom on #toolbar-menubar. This can be reduced by 5px (to 10.5px) to make the caption buttons align with the top of the tabs. This is the minimum for the always-on menubar, any more and the two will overlap. For the alt-key triggered menubar, we could reduce this further.
Reporter | ||
Comment 1•10 years ago
|
||
Reporter | ||
Comment 2•10 years ago
|
||
Reporter | ||
Comment 3•10 years ago
|
||
Reporter | ||
Comment 4•10 years ago
|
||
(In reply to Justin Dolske [:Dolske] from comment #2)
> Created attachment 8636858 [details] [diff] [review]
> Hacky fix
(This obviously needs more work, I just subtracted the magic 5px value because that's what worked for me. Needs someone to dive into how this value is computed, and probably be smarter about how we compute the value.)
Updated•10 years ago
|
Reporter | ||
Comment 5•9 years ago
|
||
P2 because we know a lot of users have the menubar enabled, and are thus experiencing this.
Priority: P3 → P2
Comment 6•9 years ago
|
||
I don't really see any significant room for reducing the space here. That we could remove 5px as suggested earlier seems a bit too optimistic. We probably don't want the caption buttons to touch the tabs, right?
The only real options I see would be to make the caption buttons smaller or to let tabs not stretch under the caption buttons (like when the menubar is hidden).
Attachment #8636857 -
Attachment is obsolete: true
Flags: needinfo?(shorlander)
Comment 7•9 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #6)
> to let tabs not stretch under the caption buttons (like when the menubar is
> hidden).
That would be this patch.
Attachment #8636858 -
Attachment is obsolete: true
Attachment #8636859 -
Attachment is obsolete: true
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox42:
affected → ---
Flags: needinfo?(shorlander)
Keywords: uiwanted
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•