Aral Balkan
My feedback
5 results found
-
6 votesAral Balkan shared this idea ·
-
4 votes
An error occurred while saving the comment An error occurred while saving the comment Aral Balkan commentedAh, custom CSS doesn’t work for the presenter display. The reason the progress back overrides work is because those elements are part of the presentation itself.
I’ll open a separate issue for having custom CSS for the presenter display.
An error occurred while saving the comment Aral Balkan commentedI just realised that custom CSS also works for the presenter display (wooghoo!) – so you can style the progress indicator (and anything else, I guess) on that screen.
To make the progress indicator unmissable on stage, I’m using the following CSS:
/*
Progress bar: set its colour and height so it can easily be
seen from further away on stage when presenting.
*/
.progress span {
background: #ff0000;
}.progress {
height: 2rem;
}So, I’d like to narrow this enhancement request to having the current slide and total slide numbers exposed in the editor view so that we can orient ourselves while preparing a presentation.
Aral Balkan shared this idea · -
1 voteAral Balkan shared this idea ·
-
1 voteAral Balkan shared this idea ·
-
6 votesAral Balkan shared this idea ·
I noticed you can find the total number of slides in the content summary (… → View Content Summary). Still haven’t been able to find which slide I’m on in the editor though (e.g., 56 of 168).