Better output from source

This commit is contained in:
Devine Lu Linvega 2017-05-24 10:17:48 -10:00
parent c8e6835614
commit c36e5cc612

View File

@ -25,10 +25,10 @@ body { margin:0px; padding:0px; overflow:hidden; font-family:"input_mono_medium"
#terminal #hint .params { display: inline-block; color:#999; font-style: italic } #terminal #hint .params { display: inline-block; color:#999; font-style: italic }
#terminal #hint .setting { display: inline-block; color:#fff; font-style: italic } #terminal #hint .setting { display: inline-block; color:#fff; font-style: italic }
#modal { position: fixed; bottom:80px; right:20px; width:100px; height:100px; background:#111; border-radius:3px; overflow:hidden; display: block} #modal { position: fixed; bottom:80px; right:20px; height:100px; background:#111; border-radius:3px; overflow:hidden; display: block}
#modal.text { display: block;background: white;width:calc(60vw - 60px);height:calc(100vh - 160px);padding:30px;font-size:12px; white-space:pre; column-count: 2; line-height: 16px} #modal.text { display: block;background: white;width:calc(60vw - 60px);height:calc(100vh - 160px);padding:30px;font-size:12px; white-space:pre; column-count: 2; line-height: 16px}
#modal.text .module { font-family: 'input_mono_regular';} #modal.text .module { font-family: 'input_mono_regular';}
#modal.text .setting { font-style: italic; color:#999;} #modal.text .setting { font-style: italic; color:#999;}
#modal.text .mode { text-decoration: underline} #modal.text .mode { text-decoration: underline}
#modal.image img { display: block; max-height: 100%} #modal.image img { display: block; max-height: 100%; width:inherit;}
#modal.hidden { display: none } #modal.hidden { display: none }