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
video,
audio {
audio,
iframe {
border-radius: inherit;
display: block;
height: 100%;
vertical-align: middle;
width: 100%;
}

View File

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

View File

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