From 4e81233ac9d0749677bce1e505ddc464709a4b98 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 12 Mar 2021 18:10:23 +0300 Subject: make description clickable in plugin list row --- themes/light/prefs.less | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'themes/light') diff --git a/themes/light/prefs.less b/themes/light/prefs.less index a7b964fc0..587adfcf6 100644 --- a/themes/light/prefs.less +++ b/themes/light/prefs.less @@ -94,18 +94,6 @@ body.ttrss_prefs { } } - fieldset.plugin { - label.description { - width : 550px; - margin-right : 150px; - display : inline-block; - - .dijitCheckBox { - margin-right : 10px; - } - } - } - table { th { text-align : left; @@ -140,7 +128,6 @@ body.ttrss_prefs { label.checkbox { display : flex; align-items : center; - min-width : 300px; cursor : pointer; &.system { @@ -148,15 +135,17 @@ body.ttrss_prefs { } .name { + min-width : 300px; flex-grow: 2; display: inline-block; text-align: right; font-weight : bold; + margin-right : 20px; } } @media (max-width: @breakpoint-lg) { - label.checkbox { + label.checkbox .name { min-width : 200px ! important; } -- cgit v1.2.3