File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
utils/editors/js-console/html/output-console/v3.0 Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 3535 {font-size : 16px ;padding : 5px 10px ;min-width : 60px }
3636
3737 # output-hldr
38- {flex : 1 }
38+ {flex : 1 ; position : relative }
3939 # output
40- {width : 100% ;height : 100% ;
40+ {width : 100% ;height : 100% ;position : absolute; left : 0 ; top : 0 ;
4141 overflow : auto;border : 2px solid lightgray;box-sizing : border-box;
4242 padding : 10px ;margin : 0 ;
4343 word-break : break-all;
4444 font-size : 16px ;line-height : 1.5 ;
4545 }
4646 # output-console
47- {width : 100% ;height : 100% }
47+ {width : 100% ;height : 100% ; position : absolute; left : 0 ; top : 0 }
4848
4949 </ style >
5050
286286 console . log ( arguments ) ;
287287 console . log ( id ) ;
288288
289+ switch ( id ) {
290+
291+ case 'console' : break ;
292+ case 'pretty-print' : break ;
293+
294+ } //switch
289295 } //type
290296
291297
You can’t perform that action at this time.
0 commit comments