File tree 1 file changed +14
-13
lines changed
1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 69
69
return false ;
70
70
}
71
71
socket . emit ( 'command' , input . val ( ) ) ;
72
+ input . val ( '' ) ;
72
73
} ) ;
73
74
74
75
$ ( '#export' ) . click ( function ( ) {
99
100
} else {
100
101
appendLog ( 'Your browser does not support WebSockets.' )
101
102
}
102
-
103
+
103
104
$ ( "#input" ) . focus ( ) ;
104
105
} ) ;
105
106
</ script >
109
110
height : 100% ;
110
111
}
111
112
112
- body {
113
+ body {
113
114
margin : 0px ;
114
115
padding : 0px ;
115
116
background : # F8F9F9 ;
119
120
120
121
# container {
121
122
display : flex;
122
- flex-direction : column;
123
+ flex-direction : column;
123
124
height : 100vh ;
124
125
width : 100% ;
125
126
}
134
135
overflow-y : auto;
135
136
}
136
137
137
- # footer {
138
- display : flex;
138
+ # footer {
139
+ display : flex;
139
140
flex-wrap : wrap;
140
141
align-items : flex-start;
141
142
justify-content : space-between;
142
- margin : 0px 15px 0px ;
143
+ margin : 0px 15px 0px ;
143
144
}
144
145
145
- # form {
146
+ # form {
146
147
display : flex;
147
148
flex-grow : 1 ;
148
149
margin-bottom : 15px ;
153
154
}
154
155
155
156
# secondary-controls div {
156
- display : inline-block;
157
- padding : 10px 15px ;
157
+ display : inline-block;
158
+ padding : 10px 15px ;
158
159
}
159
160
160
161
# autoscroll ,
177
178
box-shadow : 0 4px # 95a5a6 ;
178
179
margin-bottom : 4px ;
179
180
color : # 000 ;
180
- cursor : pointer;
181
+ cursor : pointer;
181
182
font-size : 14px ;
182
183
letter-spacing : 1.28px ;
183
184
line-height : normal;
189
190
}
190
191
191
192
.button : hover {
192
- box-shadow : 0 2px # 95a5a6 ;
193
+ box-shadow : 0 2px # 95a5a6 ;
193
194
outline : none;
194
195
transform : translateY (2px );
195
196
}
196
197
197
198
.button : active {
198
- box-shadow : none;
199
+ box-shadow : none;
199
200
transform : translateY (4px );
200
201
}
201
202
202
203
.textfield {
203
204
background-color : # dae3e3 ;
204
205
width : auto;
205
- height : auto;
206
+ height : auto;
206
207
padding : 10px 8px ;
207
208
margin-left : 8px ;
208
209
vertical-align : top;
You can’t perform that action at this time.
0 commit comments