Closed
Bug 703301
Opened 14 years ago
Closed 11 years ago
Make file viewer wider
Categories
(addons.mozilla.org Graveyard :: Admin/Editor Tools, enhancement, P3)
addons.mozilla.org Graveyard
Admin/Editor Tools
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: jorgev, Unassigned)
References
()
Details
(Whiteboard: [ReviewTeam:P3])
The file viewer can be very narrow, making it difficult to look at the source code for an add-on. I created a simple add-on that does the following to make the viewer more usable:
> let rootNode = document.body.firstElementChild;
> let contentNode = document.getElementById("content-wrapper");
>
> rootNode.setAttribute("style", "width: 90%; max-width: inherit;");
> contentNode.style.paddingLeft = "15%";
This breaks some the CSS in the viewer, but should give you a general idea of what we want.
| Reporter | ||
Updated•14 years ago
|
Target Milestone: Q4 2011 → Future
| Reporter | ||
Comment 1•14 years ago
|
||
Reclassifying editor bugs and changing to a new whiteboard flag. Spam, spam, spam, spam...
Whiteboard: [required amo-editors] → [ReviewTeam]
| Reporter | ||
Updated•13 years ago
|
Assignee: nobody → kmaglione+bmo
Updated•12 years ago
|
Assignee: kmaglione+bmo → nobody
Whiteboard: [ReviewTeam] → [ReviewTeam:P3]
Comment 2•11 years ago
|
||
Thanks for filing this. Due to resource constraints we are closing bugs which we won't realistically be able to fix. If you have a patch that applies to this bug please reopen.
For more info see http://micropipes.com/blog/2014/09/24/the-great-add-on-bug-triage/
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•