From 62277f6dc117e8b204c48f52ef2a093c58faecec Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 30 Aug 2017 12:02:38 +0300 Subject: www: fixes for mobile --- juick-www/src/main/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juick-www/src') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index a674e050..92dd6317 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -169,7 +169,7 @@ body > header p { box-sizing: border-box; margin: 0 0 5px 0; min-height: 14pt; - min-width: 300px; + min-width: 280px; padding: 4px; width: 100%; } @@ -605,7 +605,7 @@ q { } #dialogw { z-index: 11; - max-width: 90%; + max-width: 96%; max-height: calc(100% - 100px); position: fixed; top: 50%; -- cgit v1.2.3