Skip to content

Instantly share code, notes, and snippets.

@jonasws
Created October 15, 2016 19:17
Show Gist options
  • Save jonasws/428665dbdc6f9519eb79a8780bd472bd to your computer and use it in GitHub Desktop.
Save jonasws/428665dbdc6f9519eb79a8780bd472bd to your computer and use it in GitHub Desktop.
Resizes the presenter mode of Spectacle to enlarge any speaker notes and try to utilize the space.
.spectacle-presenter-main {
align-self: flex-start;
margin-top: 0 !important;
height: 30% !important;
width: auto !important;
top: 5em !important;
}
.spectacle-presenter-next {
height: 30% !important;
align-self: flex-start;
width: auto !important;
top: 4em !important;
}
.spectacle-presenter-notes {
height: 50% !important;
font-size: 1em !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment