Skip to content

Instantly share code, notes, and snippets.

@amelandri
Last active February 27, 2020 21:34
Show Gist options
  • Save amelandri/d9c18fcf1ae32e64f7b2dd710dda5c90 to your computer and use it in GitHub Desktop.
Save amelandri/d9c18fcf1ae32e64f7b2dd710dda5c90 to your computer and use it in GitHub Desktop.
Todoist custom style sheet
#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
}
@amelandri
Copy link
Author

amelandri commented Oct 24, 2019

This is a custom style sheet for Todoist that makes the layout more wide and dense. To be used with Stylus extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment