Last active
April 15, 2020 03:35
-
-
Save d3v1an7/ea70b908d8a18dd96a8c5a339e8e205b to your computer and use it in GitHub Desktop.
TeamGantt nicer screenshots
This file contains 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
/* 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