]> git.wh0rd.org - tt-rss.git/commitdiff
limit width of embedded <video> elements
authorAndrew Dolgov <noreply@fakecake.org>
Fri, 3 Jul 2015 13:04:54 +0000 (16:04 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Fri, 3 Jul 2015 13:04:54 +0000 (16:04 +0300)
css/cdm.css
css/tt-rss.css

index 70ed6d7329f115015a6be7b64410d344936f5e82..516242bdb02bfb94e262c2d0b873887def8dab4c 100644 (file)
@@ -56,7 +56,8 @@ div.cdmContentInner {
        font-size : 15px;
 }
 
-div.cdmContentInner img {
+div.cdmContentInner img,
+div.cdmContentInner video {
        border-width : 0px;
        max-width : 98%;
        height : auto;
index 693541a7c4c01c8d6683e37da0bfc7a6cfcb3e6e..97f787c816dc656657820bb4e7be9e708fc9a52e 100644 (file)
@@ -44,7 +44,8 @@ div.postReply div.postContent {
        padding : 10px;
 }
 
-div.postReply div.postContent img {
+div.postReply div.postContent img,
+div.postReply div.postContent video {
        border-width : 0px;
        max-width : 98%;
        height: auto;