mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:15:55 +00:00
zoom css: limit video width
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -72,8 +72,8 @@ body.ttrss_zoom {
|
||||
line-height : 1.5;
|
||||
padding : 10px;
|
||||
|
||||
img {
|
||||
max-width : 730px;
|
||||
img, video {
|
||||
max-width : 760px;
|
||||
height : auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user