Change width to max-width

This commit is contained in:
Hyunchul Kim 2020-12-26 18:45:01 +09:00
parent 21086a325d
commit 273aa7a1ff

View file

@ -406,7 +406,7 @@
div#frags>div {
margin-right:30px;
width: 480px;
max-width: 450px;
}
}
@ -437,7 +437,7 @@
.filename{display:block;font-family:mono;}
.unkown-file::before{content:"📄 ";font-size:18px;}
/* div{max-width: 640px;display:inline-block;vertical-align:top;margin:1em;padding:1em;} */
.pdf object{width:100%; height: 450px;}
/* .pdf object{width:100%; height: 450px;} */
.x-empty, .plain, .rtf, .unkown-file, .quicktime, video, .pdf{width:100%; max-width: calc(100vw - 80px);}