summaryrefslogtreecommitdiff
path: root/css/zoom.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-08-16 21:36:44 +0300
committerAndrew Dolgov <[email protected]>2018-08-16 21:37:01 +0300
commit3a46529a7329574efd694a6e9fe2828614e7ee2c (patch)
tree4619b1e8f915fb14f3dbc6133a8478eaa9215235 /css/zoom.less
parent88adf3da1b8ed0ecc3bb17d34d2322e344cb06a6 (diff)
zoom css: limit video width
Diffstat (limited to 'css/zoom.less')
-rw-r--r--css/zoom.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/zoom.less b/css/zoom.less
index 82f0ee9af..789b6dbfc 100644
--- a/css/zoom.less
+++ b/css/zoom.less
@@ -72,8 +72,8 @@ body.ttrss_zoom {
line-height : 1.5;
padding : 10px;
- img {
- max-width : 730px;
+ img, video {
+ max-width : 760px;
height : auto;
}