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

@@ -132,6 +132,7 @@ body .CodeMirror-focused .cm-matchhighlight {
page-break-after: always;
position: relative;
box-sizing: border-box;
overflow: hidden;
align-items: center;
justify-content: center;
}
@@ -214,6 +215,7 @@ body .CodeMirror-focused .cm-matchhighlight {
}
.cp div.modal #content .slide-frame,
.cp div#modal #content .slide-frame {
overflow: hidden;
display: inline-block;
box-sizing: border-box;
border: 1px solid;