Presentation fixes

This commit is contained in:
Sam Potts 2020-01-21 22:29:00 +00:00
parent 71d6f59d56
commit fb704b945d
3 changed files with 4 additions and 6 deletions

View File

@ -21,10 +21,11 @@
// Media elements // Media elements
video, video,
audio { audio,
iframe {
border-radius: inherit; border-radius: inherit;
display: block;
height: 100%; height: 100%;
vertical-align: middle;
width: 100%; width: 100%;
} }

View File

@ -15,6 +15,7 @@
.plyr__video-wrapper { .plyr__video-wrapper {
background: #000; background: #000;
border-radius: inherit; border-radius: inherit;
height: 100%;
margin: auto; margin: auto;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
@ -35,12 +36,9 @@ $embed-padding: ((100 / 16) * 9);
.plyr__video-embed iframe, .plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video { .plyr__video-wrapper--fixed-ratio video {
border: 0; border: 0;
height: 100%;
left: 0; left: 0;
position: absolute; position: absolute;
top: 0; top: 0;
user-select: none;
width: 100%;
} }
// If the full custom UI is supported // If the full custom UI is supported

View File

@ -5,7 +5,6 @@
.plyr__volume { .plyr__volume {
align-items: center; align-items: center;
display: flex; display: flex;
// flex: 1;
position: relative; position: relative;
input[type='range'] { input[type='range'] {