Closed
Bug 1019848
Opened 11 years ago
Closed 9 years ago
Style editor sidebar content should be responsive
Categories
(DevTools :: Style Editor, defect)
DevTools
Style Editor
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: pbro, Unassigned)
References
Details
Bug 1016528 adds a new option icon to the style editor sidebar and, with it, resizing the sidebar isn't as good as it could be.
When resizing the sidebar (making it smaller):
- the new and import buttons do disappear beneath the editor as expected (although there's a small glitch with the editor's left border which is missing where the button is)
- but the options icon floats on top of the editor though.
A simple fix is to only make the options icon behave like the button.
A slightly more complex (and I think perhaps better) fix would be to make the buttons responsive and adapt to the available width (elliding the text if needed), until there is really not enough space and they start hiding.
| Reporter | ||
Comment 1•9 years ago
|
||
The sidebar now has a min and max width.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•