1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
This commit is contained in:
zumbiepig 2024-09-10 15:17:07 -07:00
parent 8361773cdb
commit 990099c935
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -21,21 +21,28 @@ iframe {
display: none; display: none;
flex: 1; flex: 1;
flex-direction: column; flex-direction: column;
flex-wrap: nowrap;
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
width: calc(100vw - 20px); width: 100%;
height: calc(100vh - 20px); height: 100%;
overflow: scroll; overflow: scroll;
z-index: 100; z-index: 100;
background-color: whitesmoke; background-color: whitesmoke;
padding: 20px;
text-wrap: nowrap; text-wrap: nowrap;
scrollbar-width: thin;
} }
.console span { .console span {
margin: 5px 0; margin: 5px 10px;
}
.console span:first-child {
margin-top: 10px;
}
.console span:last-child {
margin-bottom: 10px;
} }
.console .debug { .console .debug {