summaryrefslogtreecommitdiff
path: root/themes/light/prefs.less
diff options
context:
space:
mode:
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;