User-controlled widths of PROJECT and TASK fields; optional additional fields
Advantages:
• Use of what is now unusable screen real estate ('white space')
• Ability to adjust widths of PROJECT and TASKS fields to user preference
• Option to add additional user-defined fields (columns)
1 comment, asked by mkraft on Aug 27, 2012 - 12:45
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
