s4

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 diff
     1.1 --- a/examples/common/default/default.css	Thu Jun 25 16:25:57 2020 +0900
     1.2 +++ b/examples/common/default/default.css	Thu Jun 25 16:38:56 2020 +0900
     1.3 @@ -133,7 +133,7 @@
     1.4  td.repl h4:before {content: "○";}
     1.5  .blog_replies td.repatt {min-width: 12em;}
     1.6  table.blog_replies iframe {
     1.7 -    width: 400px; height: 300px; max-width: 50em; max-height: 20em;
     1.8 +    width: 80%; height: 300px; max-width: 50em; max-height: 80vw;
     1.9      padding: 0; border: 0;
    1.10  }
    1.11  table.blog_replies td.new {	/* New Article from last visit */