Created
July 9, 2019 08:21
-
-
Save paulera/30d8ed51e43d7faa8f2d121883d93799 to your computer and use it in GitHub Desktop.
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
document.getElementById('ghx-header').style.display = 'none'; | |
document.getElementById('ghx-quick-filters').style.display = 'none'; | |
document.getElementById('navigation-app').style.display = 'none'; | |
// document.getElementById('gh').style.height = '100%'; | |
// document.getElementById('ghx-content-main').style.height = '100%'; | |
// document.getElementById('ghx-rabid').style.height = '100%'; | |
document.getElementById('ghx-plan').style.height = '100%'; | |
document.getElementById('ghx-plan-group').style.height = '100%'; | |
document.getElementsByTagName('body')[0].style.zoom = '150%'; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment