zoom css: limit video width
This commit is contained in:
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;
|
line-height : 1.5;
|
||||||
padding : 10px;
|
padding : 10px;
|
||||||
|
|
||||||
img {
|
img, video {
|
||||||
max-width : 730px;
|
max-width : 760px;
|
||||||
height : auto;
|
height : auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue