diff --git a/links/main.css b/links/main.css index c1105eb..ab8bec1 100644 --- a/links/main.css +++ b/links/main.css @@ -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 .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 .module { font-family: 'input_mono_regular';} #modal.text .setting { font-style: italic; color:#999;} #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 } \ No newline at end of file