From 28befbde93b28bb6862c019aab36c4c98af92d42 Mon Sep 17 00:00:00 2001 From: Izaya Date: Sun, 24 Feb 2019 20:34:23 +1100 Subject: [PATCH] the CPU graph shouldn't screw with the icons now --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index da3c904..f433a2c 100644 --- a/static/index.html +++ b/static/index.html @@ -24,7 +24,7 @@ bottom: 0px; position: absolute; } - @media screen and (max-width: 899px) { + @media screen and (max-width: 899px) and (max-height: 399px) { .cpugraph { display: none; }