zoom css: limit video width

master
Andrew Dolgov 6 years ago
parent 88adf3da1b
commit 3a46529a73

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;
}

Loading…
Cancel
Save