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)
Firefox
Address Bar
Tracking
()
RESOLVED
DUPLICATE
of bug 1698834
People
(Reporter: dholbert, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
image/png
|
Details |
STR:
- Ctrl + or Cmd + to zoom in on any site.
- 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)
Reporter | ||
Comment 1•4 years ago
|
||
ni=mak to be sure this is on his radar, since he worked on related-bug 1696628 recently.
Flags: needinfo?(mak)
Comment 2•4 years ago
|
||
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;
}
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
Updated•4 years ago
|
Flags: needinfo?(mak)
You need to log in
before you can comment on or make changes to this bug.
Description
•