Hide the slide number in the title outside of present mode

This commit is contained in:
yflory
2017-06-19 15:26:27 +02:00
parent a38819f5b9
commit 54adb680e7
3 changed files with 10 additions and 4 deletions

View File

@@ -138,6 +138,7 @@ body {
page-break-after: always;
position: relative;
box-sizing: border-box;
overflow: hidden;
li {
min-width: @ratio*50vw;
}
@@ -210,6 +211,7 @@ div.modal, div#modal {
overflow: visible;
white-space: nowrap;
.slide-frame {
overflow: hidden;
display: inline-block;
box-sizing: border-box;
border: 1px solid;