Making editor switcher smoother

This commit is contained in:
Glitchii 2021-07-13 15:08:44 -07:00 committed by GitHub
parent c74c1bf1f2
commit 01bf5e071a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -884,13 +884,14 @@ body:not(.gui) .top>.gui, body:not(.gui) .bottom, body:not(.gui) .pickerToggle {
border-radius: 4px; border-radius: 4px;
} }
/*
body.gui .chooser>.gui { body.gui .chooser>.gui {
background: #41444a; background: #41444a;
} }
body:not(.gui) .chooser>.json { body:not(.gui) .chooser>.json {
background: #41444a; background: #41444a;
} } */
.chooser>.back { .chooser>.back {
position: absolute; position: absolute;
@ -1770,4 +1771,4 @@ body.emptyEmbed.emptyContent .emptyTxt {
.emptyTxt { .emptyTxt {
display: none!important; display: none!important;
} }
} }