changeset 839:388cbc079ba5

Resize iframe
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 25 Jun 2020 16:38:56 +0900
parents 985ee9a09783
children a90410b0ed44
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:25:57 2020 +0900
+++ b/examples/common/default/default.css	Thu Jun 25 16:38:56 2020 +0900
@@ -133,7 +133,7 @@
 td.repl h4:before {content: "○";}
 .blog_replies td.repatt {min-width: 12em;}
 table.blog_replies iframe {
-    width: 400px; height: 300px; max-width: 50em; max-height: 20em;
+    width: 80%; height: 300px; max-width: 50em; max-height: 80vw;
     padding: 0; border: 0;
 }
 table.blog_replies td.new {	/* New Article from last visit */

yatex.org