Fix json edito bug devices

This commit is contained in:
Glitchii 2022-03-18 02:22:17 +00:00
parent 4a72eba678
commit 2f09c4d983

View file

@ -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 {