fix too-tall download button

This commit is contained in:
ansuz 2017-06-15 13:43:32 +02:00
parent c2e5ef7048
commit e73e32ab3a
1 changed files with 3 additions and 1 deletions

View File

@ -15,13 +15,15 @@
padding: 0px;
display: inline-block;
}
media-tag * {
max-width: 100%;
margin: auto;
display: block;
}
media-tag *:not(button) {
height: 100%;
}
media-tag video {
min-width: 100%;
max-height: 100%;