zoom css: limit video width

This commit is contained in:
Andrew Dolgov 2018-08-16 21:36:44 +03:00
parent 88adf3da1b
commit 3a46529a73
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -72,8 +72,8 @@ body.ttrss_zoom {
line-height : 1.5;
padding : 10px;
img {
max-width : 730px;
img, video {
max-width : 760px;
height : auto;
}