summaryrefslogtreecommitdiff
path: root/themes/light/cdm.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light/cdm.less')
-rw-r--r--themes/light/cdm.less8
1 files changed, 8 insertions, 0 deletions
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;
}
}