1
0
Fork 0

Disable width constraints on image viewer

Prevents aspect ratio from getting all distorted. Width is less of an
issue on laptop screens.
This commit is contained in:
Ryan Fox 2021-01-12 19:33:53 +00:00
parent 2f227355b8
commit 3814ee8f62
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
1 changed files with 0 additions and 2 deletions

View File

@ -794,9 +794,7 @@ 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;
animation-duration: 0.1s;