Last active
April 12, 2025 09:56
-
-
Save amelandri/d9c18fcf1ae32e64f7b2dd710dda5c90 to your computer and use it in GitHub Desktop.
Todoist custom style sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#top_bar_inner { | |
margin: auto !important; | |
width: 1160px !important; | |
padding-left: 0px; | |
} | |
#top_icons{ | |
padding-right: 3px | |
} | |
.quick_find{ | |
width: 650px; | |
} | |
#app_holder { | |
margin: auto!important; | |
max-width: 1200px!important; | |
} | |
#content { | |
width: 900px; | |
} | |
#content_wrapper { | |
width: auto; | |
} | |
#quick_find{ | |
margin-left: 269px; | |
} | |
.task_item .content{ | |
max-width: 650px | |
} | |
.task_item_details{ | |
padding: 7px 0 5px 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a custom style sheet for Todoist that makes the layout more wide and dense. To be used with Stylus extension.