From cb5ba0751ca4b1edcd59ef4787a3605ffd41b4cf Mon Sep 17 00:00:00 2001 From: Vincent Jousse Date: Sat, 22 Jun 2024 15:49:12 +0200 Subject: [PATCH] fix #250: display of small width/height images --- public/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/style.css b/public/style.css index 76e6a4f..c9235c3 100644 --- a/public/style.css +++ b/public/style.css @@ -841,8 +841,6 @@ 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;