mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 19:14:32 +02:00
All v0.26.0 changes
This commit is contained in:
+9
-3
@@ -11,11 +11,12 @@
|
||||
padding-top: 10px;
|
||||
padding-left: 10px;
|
||||
height: auto;
|
||||
width: 100%;
|
||||
width: 70%;
|
||||
font-size: 16px;
|
||||
overflow: auto;
|
||||
overflow-y: scroll;
|
||||
background-color: var(--my-background-color);
|
||||
table-layout:fixed;
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -41,5 +42,10 @@
|
||||
color: var(--my-font-color);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.terminal-line {
|
||||
width: 70%;
|
||||
word-wrap: break-word;
|
||||
hyphens:auto;
|
||||
-webkit-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user