Fix issue where video takes over much of the clickable area of the page if it hasn't loaded the playlist yet

pull/243/head
ElementalAlchemist 4 years ago
parent 6e3b2e767e
commit 7517a54f85

@ -82,6 +82,7 @@ a,
#video {
width: 100%;
max-height: 50vh;
overflow: hidden;
}
/* START BLOCK

Loading…
Cancel
Save