Bottom padding of main content is ignored in about:debugging pages
Categories
(DevTools :: about:debugging, defect, P3)
Tracking
(firefox70 fixed)
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: fvsch, Assigned: fvsch)
Details
Attachments
(2 files)
It's probably not a very common use case, but it would be great to better support users who happened to have resized their Firefox window to a small size. For instance, I sometimes use a 13" laptop with Firefox on half the screen and another app (like a code editor) on the other half, so when devtools panels and pages respond well to that it's a nice plus.
For comparison, about:preferences works down to a viewport width of 710px.
The good news is that the way about:preferences is built with CSS variables should make it really easy to tweak those variables on smaller viewports.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
In my patch I've also included a fix for two spacing issues:
- The content area's padding-bottom was ignored due to a Gecko bug with padding-bottom in scrolling containers (see the attached screenshot, showing the content area scrolled to the very bottom; the padding-bottom is clipped, it's a 20 year old bug in Gecko :P)
- The margin between the cards on the "Set up" page and the "This [Firefox/Nightly]" page were inconsistent (16px and 24px; I harmonized on 16px).
Updated•6 years ago
|
| Assignee | ||
Comment 3•6 years ago
|
||
At the suggestion of :ladybenko, let's defer the responsive design considerations to bug 1507415, and repurpose this bug for fixing the padding and vertical rhythm issues.
Updated•6 years ago
|
Comment 5•6 years ago
|
||
| bugherder | ||
Updated•6 years ago
|
Description
•