mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
mobile tweaks
This commit is contained in:
parent
2c5a83c945
commit
09f36adc70
7 changed files with 10 additions and 7 deletions
|
|
@ -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%);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue