Browse Source

Keep video from being cut off when in fullscreen in presentation and youtubevideo layouts.

pull/247/head
Evan Theurer 10 years ago
parent
commit
c75d55ddda
  1. 8
      src/styles/components/_audiovideo.scss

8
src/styles/components/_audiovideo.scss

@ -71,6 +71,14 @@ @@ -71,6 +71,14 @@
}
}
.mainPresentation #audiovideo.fullscreen {
top: 51px !important;
}
.mainYoutubevideo #audiovideo.fullscreen {
top: 51px !important;
}
.audiovideo {
bottom: 0;
left: 0;

Loading…
Cancel
Save