Fit shared videos to viewer, just like images. Issue #1648
This commit is contained in:
parent
41f0ad2d13
commit
2887fb1f48
|
@ -71,11 +71,18 @@ p.info a {
|
|||
max-width:100%;
|
||||
}
|
||||
|
||||
#imgframe video {
|
||||
max-height:100%;
|
||||
max-width:100%;
|
||||
}
|
||||
|
||||
/* some margin for the file type icon */
|
||||
#imgframe .publicpreview {
|
||||
margin-top: 10%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
thead {
|
||||
padding-left: 0 !important; /* fixes multiselect bar offset on shared page */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue