Change width to max-width
This commit is contained in:
parent
21086a325d
commit
273aa7a1ff
1 changed files with 2 additions and 2 deletions
|
|
@ -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);}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue