mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
limit width of embedded <video> elements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user