summaryrefslogtreecommitdiff
path: root/themes/light/defines.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-11 19:26:19 +0300
committerAndrew Dolgov <[email protected]>2021-03-11 19:26:19 +0300
commitf67d2623b7a50849893cfa774d85e4e2278308e2 (patch)
tree758b966706d65c25bc1d0d254dc5ff65ea9da28a /themes/light/defines.less
parenta4da2f1e621d4de73e589d81dd3f06cd0711204f (diff)
add some media queries to improve main UI on small-width devices
Diffstat (limited to 'themes/light/defines.less')
-rw-r--r--themes/light/defines.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/light/defines.less b/themes/light/defines.less
index 338c71d79..db86ee0c0 100644
--- a/themes/light/defines.less
+++ b/themes/light/defines.less
@@ -24,6 +24,11 @@
@font-size-toolbar: 13px;
@font-size-content: 14px;
+@breakpoint-sm: 576px;
+@breakpoint-md: 768px;
+@breakpoint-lg: 992px;
+@breakpoint-xl: 1200px;
+
@embed-responsive-padding: 56.25%; // Use 56.25% for 16:9 aspect ratio, 75% for 4:3.
body.ttrss_main,