mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-09 23:07:40 +01:00
fix scrit editor
This commit is contained in:
parent
e79ea4d3cb
commit
7ac1d24d61
@ -5,21 +5,6 @@
|
|||||||
* Styling for Script Editor (both Ace and CodeMirror)
|
* Styling for Script Editor (both Ace and CodeMirror)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#script-editor-container {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* This temp element is used for auto adjusting filename field */
|
|
||||||
.tmp-element {
|
|
||||||
visibility: hidden;
|
|
||||||
white-space: pre;
|
|
||||||
}
|
|
||||||
|
|
||||||
#script-editor-container {
|
|
||||||
position: fixed;
|
|
||||||
padding-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#script-editor-buttons-wrapper {
|
#script-editor-buttons-wrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
@ -27,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.script-editor-wrapper {
|
.script-editor-wrapper {
|
||||||
height: 100%;
|
height: 100vh;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user