Skip to content

Commit 0e2bc48

Browse files
committed
Started with monaco editor
1 parent 4fb0cae commit 0e2bc48

File tree

18 files changed

+14886
-30
lines changed

18 files changed

+14886
-30
lines changed

interface/styles.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pre, code {
9999

100100
#prompt-outer {
101101
background: url('img/dark.png');
102-
width: 650px;
102+
width: 800px;
103103
margin-left: auto;
104104
margin-right: auto;
105105
border-radius: 4px;
@@ -111,8 +111,6 @@ pre, code {
111111
color: #505050;
112112
border-radius: 4px;
113113
height: 650px;
114-
padding: 0px;
115-
overflow: auto;
116114
}
117115

118116
#prompt-header {
@@ -280,7 +278,7 @@ hr {
280278

281279
#files a:hover, #files a[viewonly='true'] {
282280
color: #505050;
283-
}
281+
}
284282

285283
#filter-outer, #tracker-outer {
286284
margin-bottom: 10px;

0 commit comments

Comments
 (0)