summaryrefslogtreecommitdiff
path: root/themes/light/prefs.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/prefs.less
parenta4da2f1e621d4de73e589d81dd3f06cd0711204f (diff)
add some media queries to improve main UI on small-width devices
Diffstat (limited to 'themes/light/prefs.less')
-rw-r--r--themes/light/prefs.less10
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/light/prefs.less b/themes/light/prefs.less
index 0ac0bed52..a7b964fc0 100644
--- a/themes/light/prefs.less
+++ b/themes/light/prefs.less
@@ -155,6 +155,16 @@ body.ttrss_prefs {
}
}
+ @media (max-width: @breakpoint-lg) {
+ label.checkbox {
+ min-width : 200px ! important;
+ }
+
+ .version {
+ display : none;
+ }
+ }
+
.actions {
flex-grow : 2;
text-align: right;