Skip to content

Instantly share code, notes, and snippets.

@imaustink
Created August 6, 2018 05:48
Show Gist options
  • Save imaustink/310bb4285c66a11a743b621342c98d2d to your computer and use it in GitHub Desktop.
Save imaustink/310bb4285c66a11a743b621342c98d2d to your computer and use it in GitHub Desktop.
user-media-selector {
display: flex;
flex-direction: column;
padding: 10px;
& > * {
margin-bottom: 15px;
}
video {
max-width: 100%;
}
label {
width: 100%;
select {
width: 100%;
height: 35px;
font-size: 1.5em;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment