summaryrefslogtreecommitdiff
path: root/themes/light/cdm.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-10 11:44:16 +0300
committerAndrew Dolgov <[email protected]>2021-03-10 11:44:16 +0300
commitb6033d0bbd8d253b7bea1450b1b566b96fd9f22a (patch)
tree191eddb7e58c677b81819c7fbc574b6bfad8d3d8 /themes/light/cdm.less
parent0b93d8d0137c46ce153ca65fae3e22304cc80009 (diff)
grid view tweaks
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;
}
}