s4

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 diff
     1.1 --- a/examples/common/default/default.css	Thu Jun 25 16:38:56 2020 +0900
     1.2 +++ b/examples/common/default/default.css	Thu Jun 25 16:39:26 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: 80%; height: 300px; max-width: 50em; max-height: 80vw;
     1.8 +    width: 80%; min-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 */