summaryrefslogtreecommitdiff
path: root/css/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-03 16:04:54 +0300
committerAndrew Dolgov <[email protected]>2015-07-03 16:04:54 +0300
commitd517829bcd1a04608998985b52509af3e74cb9fe (patch)
treec419dd458e9d9d31875ccc5e17abff86765a4a3b /css/tt-rss.css
parentf50766f88cc71ac5026965501dc2fe2b1a96311b (diff)
limit width of embedded <video> elements
Diffstat (limited to 'css/tt-rss.css')
-rw-r--r--css/tt-rss.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 693541a7c..97f787c81 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -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;