Make project list wider so names do not need to flow on to multiple lines
Seems to be a very strange design decision to constrain the project list to such a narrow column and not allow the width to expand in any way (either manually or automatically).
The width should be more dynamic to take more advantage of the available screen real estate rather than locked at an naturally narrow width.
Thanks
A
2 comments, asked by Alex Richards on Aug 25, 2011 - 03:17
Adrian Sadłocha on Aug 26, 2011 - 05:49
What about 'wide mode' for widescreens?
Paul Kaye on Jan 11, 2013 - 01:53
I mentioned this problem to a friend of mine, who provided me with a solution, and allowed me to share it. Credit to Ben Maraney.
I use Firefox, and installed the Stylish plugin (which I'd considered before for other reasons). I added a new style, pasting the following code:
@-moz-document domain("todoist.com") {
body { width: 95% !important ;}
#content>table { width: 100%;}
#editor { width: 70% !important ; }
#list_holder { width: 30% !important; }
#list { width: 100% !important; }
}
I imagine one can tweak the numbers to suit individual preferences. Thank you Ben!
Paul
