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)

enhancement

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.
Target Milestone: Q4 2011 → Future
Reclassifying editor bugs and changing to a new whiteboard flag. Spam, spam, spam, spam...
Whiteboard: [required amo-editors] → [ReviewTeam]
Assignee: nobody → kmaglione+bmo
Assignee: kmaglione+bmo → nobody
Whiteboard: [ReviewTeam] → [ReviewTeam:P3]
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
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.