From 4aff536adcf262bd7a8b56a790cdd3da407e9464 Mon Sep 17 00:00:00 2001 From: Thibaut Broggi Date: Tue, 21 Nov 2017 11:57:21 +0100 Subject: [PATCH] Improve rendering on very small screens --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index b56e227..a8a106b 100644 --- a/static/style.css +++ b/static/style.css @@ -403,8 +403,8 @@ textarea, input[type="text"] { } div#actionButtons > * { - min-width: 16vw; - height: 16vw; + min-width: 15.5vw; + height: 15.5vw; } div#actionButtons button { -- GitLab