Fix json edito bug devices
This commit is contained in:
parent
4a72eba678
commit
2f09c4d983
1 changed files with 2 additions and 0 deletions
|
@ -164,6 +164,7 @@ body.gui .side1 .item.top {
|
||||||
scrollbar-color: #26272d #36393f;
|
scrollbar-color: #26272d #36393f;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
font-family: DsWhitney, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: DsWhitney, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
|
background-color: var(--fullEmbedBackground);
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
|
@ -2110,6 +2111,7 @@ body.emptyEmbed.emptyContent .emptyTxt {
|
||||||
@media screen and (max-width: 530px) {
|
@media screen and (max-width: 530px) {
|
||||||
.main .side1 {
|
.main .side1 {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
padding-bottom: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top>.gui {
|
.top>.gui {
|
||||||
|
|
Loading…
Add table
Reference in a new issue