Closed Bug 1698986 Opened 4 years ago Closed 4 years ago

Full-page-zoom indicator is too tall (fills the whole height of the address bar)

Categories

(Firefox :: Address Bar, defect)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1698834

People

(Reporter: dholbert, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: regression)

Attachments

(1 file)

STR:

  1. Ctrl + or Cmd + to zoom in on any site.
  2. Look at the zoomlevel indicator at the right edge of your address bar.

ACTUAL RESULTS:
The indicator fills the entire height of the address bar, and its border runs up against the border of the address bar.

EXPECTED RESULTS:
There should probably be some padding around it (at least, there used to be padding around it, and that changed recently, which I'm guessing was by accident)

This is similar to bug 1696628 (and might've been regressed by the same change, I'm not sure)

ni=mak to be sure this is on his radar, since he worked on related-bug 1696628 recently.

Flags: needinfo?(mak)

padding wouldn't work in this case since the background color is applied to the button itself, not any children. this fixes it for me:

#page-action-buttons {
    display: flex;
    justify-content: end;
    align-items: center;
}
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
Flags: needinfo?(mak)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: