From bc405194db4e53a60d95f7fefd20d9cdcc127ecb Mon Sep 17 00:00:00 2001 From: Chip Gwyn Date: Tue, 27 Feb 2018 14:52:43 -0500 Subject: [PATCH] webui: Modified styles.css to make the device group menu a bit larger (#8200) * modified styles.css to make the device group menu a bit larger. Was 200px, set to 800px. Makes a huge difference in reaability. * Changed .scrollable-menu to have a max-height of 600px Changed .scrollable-menu to have a max-height of 600px after discussion, 600 seems a good compromise for size until something better can be found. * force css update --- html/css/styles.css | 2 +- html/index.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/html/css/styles.css b/html/css/styles.css index d51891847a..ef0f8479ba 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -1559,7 +1559,7 @@ tr.search:nth-child(odd) { .scrollable-menu { height: auto; - max-height: 200px; + max-height: 600px; overflow-x: hidden; } diff --git a/html/index.php b/html/index.php index 056b361de2..3e88e16eb2 100644 --- a/html/index.php +++ b/html/index.php @@ -128,8 +128,8 @@ if (empty($config['favicon'])) { - - + +