mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-08 23:57:13 +02:00
mobile tweaks
This commit is contained in:
@@ -21,6 +21,7 @@ html.reveal-full-page {
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
height: calc( var(--vh, 1vh) * 100 );
|
||||
height: 100svh;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -1882,7 +1883,8 @@ $notesWidthPercent: 25%;
|
||||
|
||||
.reveal .controls,
|
||||
.reveal .progress,
|
||||
.reveal .playback {
|
||||
.reveal .playback,
|
||||
.reveal .slide-number {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@@ -2026,6 +2028,7 @@ $notesWidthPercent: 25%;
|
||||
position: absolute;
|
||||
width: var(--r-reader-progress-width);
|
||||
height: 90vh;
|
||||
height: 90svh;
|
||||
right: $controlsSpacing;
|
||||
top: 0;
|
||||
transform: translateY(-50%);
|
||||
|
Reference in New Issue
Block a user