From 3814ee8f622b899bc1fc2c11b72cb62046f342c0 Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Tue, 12 Jan 2021 19:33:53 +0000 Subject: [PATCH] Disable width constraints on image viewer Prevents aspect ratio from getting all distorted. Width is less of an issue on laptop screens. --- public/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/style.css b/public/style.css index cd87ab5..5a34f2a 100644 --- a/public/style.css +++ b/public/style.css @@ -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;