mirror of https://github.com/xwiki-labs/cryptpad
fix too-tall download button
This commit is contained in:
parent
c2e5ef7048
commit
e73e32ab3a
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue