Making editor switcher smoother
This commit is contained in:
parent
c74c1bf1f2
commit
01bf5e071a
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue