From eeb14b01cb70302141cbd6de2905d3f515a8ade5 Mon Sep 17 00:00:00 2001 From: Izaya Date: Sun, 24 Feb 2019 23:27:28 +1100 Subject: [PATCH] more adjustments --- static/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index b118104..926b736 100644 --- a/static/index.html +++ b/static/index.html @@ -24,7 +24,12 @@ bottom: 0px; position: absolute; } - @media screen and (max-width: 899px) and (max-height: 399px) { + @media screen and (max-width: 899px) { + .cpugraph { + display: none; + } + } + @media screen and (max-height: 449px) { .cpugraph { display: none; }