From b6033d0bbd8d253b7bea1450b1b566b96fd9f22a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 10 Mar 2021 11:44:16 +0300 Subject: grid view tweaks --- themes/light/cdm.less | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'themes/light/cdm.less') diff --git a/themes/light/cdm.less b/themes/light/cdm.less index 3a5b602f2..dfcc42e20 100644 --- a/themes/light/cdm.less +++ b/themes/light/cdm.less @@ -86,12 +86,20 @@ font-size : 16px; } + .intermediate iframe, + .content-inner iframe { + max-width : 98%; + width : auto; + height : auto; + } + .intermediate img, .intermediate video, .content-inner img, .content-inner video { border-width : 0px; max-width : 98%; + width : auto; height : auto; } } -- cgit v1.2.3