(fix) fix the big ass output box

This commit is contained in:
b1ek 2024-02-18 00:56:52 +10:00
parent 84ee7ceecb
commit 2521075aef
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
width: 100%;
}
#output {
width: calc(100% - 10px);
width: calc(100% - 60px);
height: 40vh;
border: 1px solid #e1e1e11e;
border-radius: 4px;