summaryrefslogtreecommitdiff
path: root/themes/light/defines.less
diff options
context:
space:
mode:
authorJustAMacUser <[email protected]>2020-05-15 22:25:56 -0400
committerJustAMacUser <[email protected]>2020-05-15 22:25:56 -0400
commit7a0ea9d90ebcfa6e4a252c55d2636a844e3f5b3d (patch)
tree04c2031ec9d41b874fcdfdab9bd46b737eb0f862 /themes/light/defines.less
parenta1ffc116196e023491ff2c3c7b24f48924ea4fd1 (diff)
Make iframes size responsively.
Diffstat (limited to 'themes/light/defines.less')
-rw-r--r--themes/light/defines.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/light/defines.less b/themes/light/defines.less
index 5352f4d80..7de7a7686 100644
--- a/themes/light/defines.less
+++ b/themes/light/defines.less
@@ -17,6 +17,8 @@
@color-tooltip-fg: @color-panel-bg;
@color-tooltip-bg: darken(@color-accent, 10%);
+@embed-responsive-padding: 56.25%; // Use 56.25% for 16:9 aspect ratio, 75% for 4:3.
+
body.ttrss_main,
body.ttrss_prefs,
#main {