snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit 7f49ec6a8595f76ead5e9e7e56954d061747b8d8
parent 5389464605fe7f673e05034aa89dfc708d05bc4d
Author: Bellisario <72039923+Bellisario@users.noreply.github.com>
Date:   Thu,  5 Aug 2021 21:18:15 +0200

Resolve image too big bug modifying style
Diffstat:
Mclient/styles.css | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/client/styles.css b/client/styles.css @@ -718,9 +718,9 @@ x-dialog x-paper { } /* Image Preview */ #img-preview{ - max-width:100%; - max-height:100%; - + max-height: 50vh; + margin: auto; + display: block; }