1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 08:34: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;
flex: 1;
flex-direction: column;
flex-wrap: nowrap;
position: fixed;
top: 0;
left: 0;
width: calc(100vw - 20px);
height: calc(100vh - 20px);
width: 100%;
height: 100%;
overflow: scroll;
z-index: 100;
background-color: whitesmoke;
padding: 20px;
text-wrap: nowrap;
scrollbar-width: thin;
}
.console span {
margin: 5px 0;
margin: 5px 10px;
}
.console span:first-child {
margin-top: 10px;
}
.console span:last-child {
margin-bottom: 10px;
}
.console .debug {