File tree Expand file tree Collapse file tree
utils/misc/nodejs-terminal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 206206 }
207207
208208
209+ .icon
210+ {width : 32px ;height : 32px ;box-sizing : border-box;cursor : pointer;border : 1px solid gray;border-radius : 3px }
209211
210212 # icons
211213 {display : flex;align-items : center;gap : 5px ;margin-right : 10px }
212214
213- .icon -hldr
215+ .icon2 -hldr
214216 {cursor : pointer;text-align : center;border : 1px solid gray;border-radius : 3px ;padding : 1px }
215- .icon
217+ .icon2
216218 {width : 32px ;height : 32px ;box-sizing : border-box;cursor : pointer}
217- .icon -txt
219+ .icon2 -txt
218220 {font-size : 10px ;text-align : center;white-space : nowrap}
219221
220222 # ports
284286 </ div >
285287
286288 < div id =icons >
287- < div class =icon -hldr>
288- < img id =ports title =ports class =icon >
289- < div class =icon -txt>
289+ < div class =icon2 -hldr>
290+ < img id =ports title =ports class =icon2 >
291+ < div class =icon2 -txt>
290292 ports
291293 </ div >
292294 </ div >
293- < div class =icon -hldr>
294- < img id =niframe title =iframe class =icon >
295- < div class =icon -txt>
295+ < div class =icon2 -hldr>
296+ < img id =niframe title =iframe class =icon2 >
297+ < div class =icon2 -txt>
296298 iframe
297299 </ div >
298300 </ div >
299- < div class =icon -hldr>
300- < img id =snippet-editor title =editor class =icon >
301- < div class =icon -txt>
301+ < div class =icon2 -hldr>
302+ < img id =snippet-editor title =editor class =icon2 >
303+ < div class =icon2 -txt>
302304 snippet-editor
303305 </ div >
304306 </ div >
305- < div class =icon -hldr>
306- < img id =snippet-console title =snippet-console class =icon >
307- < div class =icon -txt>
307+ < div class =icon2 -hldr>
308+ < img id =snippet-console title =snippet-console class =icon2 >
309+ < div class =icon2 -txt>
308310 snippet-console
309311 </ div >
310312 </ div >
You can’t perform that action at this time.
0 commit comments