Horizontal 2-1 View for the speaker notes instead of a vertical 1-2
This commit is contained in:
parent
02123205a0
commit
ad86772f20
@ -38,8 +38,8 @@
|
|||||||
|
|
||||||
#current-slide {
|
#current-slide {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 65%;
|
width: 50%;
|
||||||
height: 100%;
|
height: 50%;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
@ -47,20 +47,19 @@
|
|||||||
|
|
||||||
#upcoming-slide {
|
#upcoming-slide {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 35%;
|
width: 50%;
|
||||||
height: 40%;
|
height: 50%;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#speaker-controls {
|
#speaker-controls {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 40%;
|
top: 50%;
|
||||||
right: 0;
|
left: 0;
|
||||||
width: 35%;
|
width: 100%;
|
||||||
height: 60%;
|
height: 50%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user