Last active
March 6, 2019 02:53
-
-
Save karpathy/88701557e59199f16045 to your computer and use it in GitHub Desktop.
Google slides in present form shows the next slide, but it is tiny and very difficult to see. This CSS hacks it so that the next slide is large.
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
.punch-viewer-speakernotes-side-panel { | |
width: 400px !important; | |
} | |
.punch-viewer-speakernotes-text-body-scrollable { | |
left: 435px !important; | |
} | |
.punch-viewer-speakernotes-page, | |
.punch-viewer-speakernotes-page svg { | |
width:400px !important; | |
height:300px !important; | |
min-width:400px !important; | |
min-height:300px !important; | |
} | |
.punch-viewer-speakernotes-page-iframe { | |
width:400px !important; | |
height:300px !important; | |
min-width:400px !important; | |
min-height:300px !important; | |
} | |
.punch-viewer-speakernotes-page-previous { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
uses Stylish extension