Open
Bug 1403675
Opened 7 years ago
Updated 2 years ago
[Photon] Zoom indicator in hamburger menu min-width is a few pixels short since bug 1398531
Categories
(Firefox :: Menus, defect, P5)
Tracking
()
NEW
People
(Reporter: wip.the.gruik, Unassigned)
References
Details
(Whiteboard: [reserve-photon-structure])
Attachments
(1 file)
5.83 KB,
image/png
|
Details |
The zoom reset button in the photon hamburger menu had its min-width changed by bug 1398531.
At least on Windows 7, witch uses Segoe UI font family, it is 2 pixels short, making for a very subtle 'jump' when switching back and forth 90% and 100%.
Using the debugger, I found that tweaking this rule fixes it:
#appMenu-zoomReset-button > .toolbarbutton-text {
min-width: calc(3ch + 10px);
}
I assume it is a regression of bug 1379357, though it is more cosmetic than a broken functionally.
Updated•7 years ago
|
Updated•7 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•7 years ago
|
Flags: qe-verify-
Priority: -- → P5
Whiteboard: [photon-structure][triage] → [reserve-photon-structure]
Updated•2 years ago
|
Severity: trivial → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•