]> git.wh0rd.org - tt-rss.git/commitdiff
cap iframes width
authorAndrew Dolgov <noreply@fakecake.org>
Sat, 11 Jul 2015 18:28:31 +0000 (21:28 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Sat, 11 Jul 2015 18:28:31 +0000 (21:28 +0300)
css/cdm.css
css/tt-rss.css

index 516242bdb02bfb94e262c2d0b873887def8dab4c..0af07076f66abe805ba4c9c21ae36ffe81829e70 100644 (file)
@@ -264,6 +264,7 @@ div.cdmContentInner p {
 
 div.cdmContentInner iframe {
        min-width : 50%;
+       max-width : 98%;
 }
 
 div.cdmHeader span.author {
index 97f787c816dc656657820bb4e7be9e708fc9a52e..38c2559500809dd8c93609753583370e5bd1b8f0 100644 (file)
@@ -1012,6 +1012,7 @@ div.postContent p {
 
 div.postContent iframe {
        min-width : 50%;
+       max-width : 98%;
 }
 
 div.postHeader span.author {