summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-05-28 11:53:44 +0300
committerAndrew Dolgov <[email protected]>2021-05-28 11:53:44 +0300
commit8e1281b41ecb446b58a0c66ef04fb18afd27215d (patch)
tree525fdd257866ed41894788c54aa76baaaacd00ae /themes/light
parent326850845da67fcdd3bf736a470bad6233234ec8 (diff)
add workaround for prefs feed tree favicon placement
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/prefs.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/light/prefs.less b/themes/light/prefs.less
index 27e88d601..927181aae 100644
--- a/themes/light/prefs.less
+++ b/themes/light/prefs.less
@@ -61,6 +61,11 @@ body.ttrss_prefs {
background : @color-panel-bg;
}
+ #feedTree .dijitTreeContent {
+ display : inline-flex;
+ margin-left : 4px;
+ }
+
.dijitDialog #pref-profiles-list .dijitInlineEditBoxDisplayMode {
padding : 0px;
}