changeset 840:a90410b0ed44

Resize iframe
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 25 Jun 2020 16:39:26 +0900
parents 388cbc079ba5
children 21200ed49e75
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/examples/common/default/default.css	Thu Jun 25 16:38:56 2020 +0900
+++ b/examples/common/default/default.css	Thu Jun 25 16:39:26 2020 +0900
@@ -133,7 +133,7 @@
 td.repl h4:before {content: "○";}
 .blog_replies td.repatt {min-width: 12em;}
 table.blog_replies iframe {
-    width: 80%; height: 300px; max-width: 50em; max-height: 80vw;
+    width: 80%; min-height: 300px; max-width: 50em; max-height: 80vw;
     padding: 0; border: 0;
 }
 table.blog_replies td.new {	/* New Article from last visit */

yatex.org