From 273aa7a1ff525a51132eab54c245bf0d054d3b43 Mon Sep 17 00:00:00 2001 From: Hyunchul Kim Date: Sat, 26 Dec 2020 18:45:01 +0900 Subject: [PATCH] Change `width` to `max-width` --- test_data/src/style/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_data/src/style/common.css b/test_data/src/style/common.css index 29511ce..7111171 100644 --- a/test_data/src/style/common.css +++ b/test_data/src/style/common.css @@ -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);}