From 4f5e56bc55a056f36bdab8ae63e0cc735ecb78a0 Mon Sep 17 00:00:00 2001 From: tophf Date: Sat, 8 Apr 2017 14:03:54 +0300 Subject: [PATCH] manage: don't flicker newUI sub-options --- manage.css | 8 ++++++++ manage.html | 4 ++-- manage.js | 21 ++++++++++++++------- 3 files changed, 24 insertions(+), 9 deletions(-) diff --git a/manage.css b/manage.css index 1a9bbe36..a804cb55 100644 --- a/manage.css +++ b/manage.css @@ -306,6 +306,14 @@ summary { filter: grayscale(0); } +#newUIoptions { + display: none; +} + +.newUI #newUIoptions { + display: initial; +} + #newUIoptions label { display: flex; align-items: center; diff --git a/manage.html b/manage.html index 36ebeda0..2febad71 100644 --- a/manage.html +++ b/manage.html @@ -78,6 +78,7 @@ + @@ -112,7 +113,7 @@

-