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)

Unspecified
Windows 7
defect

Tracking

()

People

(Reporter: wip.the.gruik, Unassigned)

References

Details

(Whiteboard: [reserve-photon-structure])

Attachments

(1 file)

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.
Blocks: 1398531, 1379357
Whiteboard: [photon-structure][triage]
Severity: minor → trivial
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: qe-verify-
Priority: -- → P5
Whiteboard: [photon-structure][triage] → [reserve-photon-structure]
Severity: trivial → S4
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: