1
0
Fork 0

Ensure wmin width & height for medias.

This commit is contained in:
Nicolas Perriault 2017-05-18 15:35:16 +02:00
parent 89c5a62074
commit f8763f5cae
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
1 changed files with 2 additions and 0 deletions

View File

@ -627,6 +627,8 @@ input.form-control[type=file] {
.viewer-content {
display: block;
margin: auto;
min-width: 30vw;
min-height: 30vh;
max-width: 80vw;
max-height: 90vh;
animation-name: zoom;