mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 23:53:48 +01:00
text editor is squished
This commit is contained in:
parent
b9dcffdf58
commit
e79ea4d3cb
@ -5,7 +5,7 @@
|
|||||||
terminal which has its own page) */
|
terminal which has its own page) */
|
||||||
|
|
||||||
.generic-menupage-container {
|
.generic-menupage-container {
|
||||||
padding-left: 10px;
|
padding-left: 2px;
|
||||||
margin-left: 10%;
|
margin-left: 10%;
|
||||||
-ms-overflow-style: none; /* for Internet Explorer, Edge */
|
-ms-overflow-style: none; /* for Internet Explorer, Edge */
|
||||||
scrollbar-width: none; /* for Firefox */
|
scrollbar-width: none; /* for Firefox */
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#script-editor-wrapper {
|
.script-editor-wrapper {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
@ -308,7 +308,7 @@ export function Root(props: IProps): React.ReactElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div id="script-editor-wrapper">
|
<div className="script-editor-wrapper">
|
||||||
<div id="script-editor-filename-wrapper">
|
<div id="script-editor-filename-wrapper">
|
||||||
<p id="script-editor-filename-tag" className="noselect">
|
<p id="script-editor-filename-tag" className="noselect">
|
||||||
{" "}
|
{" "}
|
||||||
|
Loading…
Reference in New Issue
Block a user