From 01bf5e071a47b44e42006fd932467d151faeec45 Mon Sep 17 00:00:00 2001 From: Glitchii Date: Tue, 13 Jul 2021 15:08:44 -0700 Subject: [PATCH] Making editor switcher smoother --- assets/css/index.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/css/index.css b/assets/css/index.css index 6131949..926ec4d 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -884,13 +884,14 @@ body:not(.gui) .top>.gui, body:not(.gui) .bottom, body:not(.gui) .pickerToggle { border-radius: 4px; } +/* body.gui .chooser>.gui { background: #41444a; } body:not(.gui) .chooser>.json { background: #41444a; -} +} */ .chooser>.back { position: absolute; @@ -1770,4 +1771,4 @@ body.emptyEmbed.emptyContent .emptyTxt { .emptyTxt { display: none!important; } -} \ No newline at end of file +}