summaryrefslogtreecommitdiff
path: root/themes/light/prefs.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-12-21 08:50:34 +0300
committerAndrew Dolgov <[email protected]>2020-12-21 08:50:34 +0300
commit6da576dbe4dd933cc385569fbaab234cae21efff (patch)
tree4f05b0de8a7f5611409f8242d39b334a0318a3b4 /themes/light/prefs.less
parentf59c567831662fc78a570c785027e6e7b1c31880 (diff)
BLACKLISTED_TAGS: use textarea for editing; normalize value when saving
Diffstat (limited to 'themes/light/prefs.less')
-rw-r--r--themes/light/prefs.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/light/prefs.less b/themes/light/prefs.less
index 92084a9c8..4d3e93688 100644
--- a/themes/light/prefs.less
+++ b/themes/light/prefs.less
@@ -82,6 +82,9 @@ body.ttrss_prefs {
fieldset.prefs {
min-height : 30px;
+ display : flex;
+ flex-direction : row;
+ align-items: center;
label:first-of-type {
min-width : 300px;
@@ -91,6 +94,10 @@ body.ttrss_prefs {
display : inline-block;
margin-left : 10px;
}
+
+ .help-text-bottom {
+ margin-top : 10px;
+ }
}
fieldset.plugin {