From d59b8e49201a991744d61ec2edd551120e9329ff Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 26 Oct 2019 14:10:26 -0400 Subject: Update nfsw/static/io.css --- nfsw/static/io.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nfsw') diff --git a/nfsw/static/io.css b/nfsw/static/io.css index 774adb9..936efc6 100644 --- a/nfsw/static/io.css +++ b/nfsw/static/io.css @@ -62,13 +62,15 @@ body { body { font-size: 0.88em; } +} +@media (min-height: 401px) and (max-height: 812px) and (max-width: 550px) { .console { - max-height: 85vh; + max-height: 80vh; } } -@media (min-height: 100px) and (max-height: 400px) { +@media (min-height: 240px) and (max-height: 400px) and (max-width: 820px) { .console { max-height: 60vh; } -- cgit v1.2.3