Fixed mobile mode

Signed-off-by: arzumify <jliwin98@danwin1210.de>
This commit is contained in:
Tracker-Friendly 2024-10-22 20:27:45 +01:00
parent af693051fa
commit 6e33618a75
1 changed files with 3 additions and 4 deletions

View File

@ -77,7 +77,6 @@ p#statusBox {
body {
margin: 0;
background-color: var(--editor);
font-family: "Figtree", sans-serif;
}
@ -153,13 +152,13 @@ input {
.inOutDiv {
position: absolute;
top: 0;
left: 10px;
right: 10px;
left: 0;
right: 0;
border-radius: 0;
min-width: calc(100% - 20px);
min-height: 100%;
transform: none;
padding: 5px;
padding: 5px 10px;
overflow-y: auto;
overflow-x: auto;
margin: 0;