Skip to content

Instantly share code, notes, and snippets.

@d3v1an7
Last active April 15, 2020 03:35
Show Gist options
  • Save d3v1an7/ea70b908d8a18dd96a8c5a339e8e205b to your computer and use it in GitHub Desktop.
Save d3v1an7/ea70b908d8a18dd96a8c5a339e8e205b to your computer and use it in GitHub Desktop.
TeamGantt nicer screenshots
/* Zoom (week view) until you can fit everything vertically, adjust the font size as required */
/* Open Chrome dev tools, press Ctrl+P, and type: inspector-stylesheet */
/* Paste the following into the new stylesheet window */
.day_lines {
display: none;
}
.task_month_day_day {
border: none;
}
.month_lines {
opacity: 0.4;
}
#tasks div.task .badges .badge_task_name_bar,
#tasks div.task .badges .task_resources {
font-style: normal;
}
.left_arrow,
.right_arrow {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment