befunge93_runner (FIN)
This commit is contained in:
@@ -33,6 +33,9 @@
|
||||
|
||||
.ctrl_btn {
|
||||
user-select: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
display: block;
|
||||
border: 1px solid #000;
|
||||
background: #444;
|
||||
@@ -83,7 +86,7 @@
|
||||
flex-grow: 1;
|
||||
margin: 0 4px 4px 4px;
|
||||
border: 1px solid #888;
|
||||
min-height: 200px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.bce_code_out_stack {
|
||||
@@ -95,15 +98,15 @@
|
||||
margin: 0 4px 4px 4px;
|
||||
width: 200px;
|
||||
border: 1px solid #888;
|
||||
min-height: 200px;
|
||||
height: 200px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.bce_code_out {
|
||||
flex-direction: column;
|
||||
|
||||
.bce_code_out_text { flex-grow: 0; min-height: 100px;}
|
||||
.bce_code_out_stack { width: auto; min-height: 150px;}
|
||||
.bce_code_out_text { flex-grow: 0; height: 100px;}
|
||||
.bce_code_out_stack { width: auto; height: 150px;}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user