Fix too-large gap between navbar and main pane
Categories
(Firefox :: Settings UI, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: fterdal, Assigned: fterdal)
References
Details
(Whiteboard: [recomp] [srdbb] )
Attachments
(3 files, 1 obsolete file)
On certain viewport widths, the gap between the moz-page-nav and the main pane is too large. This is likely due to the breakpoint changes in bug 1867385.
| Assignee | ||
Comment 1•1 month ago
|
||
| Assignee | ||
Updated•1 month ago
|
Updated•1 month ago
|
Comment 2•1 month ago
|
||
Taking a look at this during triage and we think the issue is the styles that are getting applied based on the #categories ID e.g. these styles and these styles. Specifically the margins seem to be messing with the breakpoints.
The cleanest solution would probably just be to change that categories ID on the moz-page-nav to something preferences specific, but this caries the risk of breaking a whole lot of tests/might be painful. The alternative would be to change the selector in common-shared.css to something like #categories:not(moz-page-nav) and remove the #categories styles from preferences.
| Assignee | ||
Updated•1 month ago
|
| Assignee | ||
Comment 3•1 month ago
|
||
Updated•1 month ago
|
| Assignee | ||
Comment 4•1 month ago
|
||
Updated•1 month ago
|
Updated•1 month ago
|
Updated•12 days ago
|
Description
•