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 {
|
.viewer-content {
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
min-width: 30vw;
|
|
||||||
min-height: 30vh;
|
min-height: 30vh;
|
||||||
max-width: 80vw;
|
|
||||||
max-height: 90vh;
|
max-height: 90vh;
|
||||||
animation-name: zoom;
|
animation-name: zoom;
|
||||||
animation-duration: 0.1s;
|
animation-duration: 0.1s;
|
||||||
|
Loading…
Reference in New Issue
Block a user