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:
parent
2f227355b8
commit
3814ee8f62
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user