mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
v0.28.5 changes
This commit is contained in:
+2
-8
@@ -4,7 +4,7 @@
|
||||
height: 100%;
|
||||
width: 99%;
|
||||
overflow: auto;
|
||||
overflow-y: scroll;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
#terminal {
|
||||
@@ -19,11 +19,6 @@
|
||||
table-layout:fixed;
|
||||
}
|
||||
|
||||
/*
|
||||
.posted {
|
||||
width: 70%;
|
||||
}*/
|
||||
|
||||
#terminal-input {
|
||||
background-color: var(--my-background-color);
|
||||
color: var(--my-font-color);
|
||||
@@ -31,8 +26,7 @@
|
||||
}
|
||||
|
||||
.terminal-input {
|
||||
display: table-cell;
|
||||
width: 90%;
|
||||
display: inline-block;
|
||||
padding: 0px !important;
|
||||
margin: 0px !important;
|
||||
border: 0px;
|
||||
|
||||
Reference in New Issue
Block a user