Skip to content

Instantly share code, notes, and snippets.

@karpathy
Last active March 6, 2019 02:53
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.
.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;
}
@karpathy
Copy link
Author

karpathy commented Feb 1, 2016

uses Stylish extension

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