summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
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/compact_night.css
parent326850845da67fcdd3bf736a470bad6233234ec8 (diff)
add workaround for prefs feed tree favicon placement
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index f1b455f2d..3fd4d2e43 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -1525,6 +1525,10 @@ body.ttrss_prefs .dijitAccordionTitleSelected i.material-icons {
body.ttrss_prefs #feedsTab {
background: #222;
}
+body.ttrss_prefs #feedTree .dijitTreeContent {
+ display: inline-flex;
+ margin-left: 4px;
+}
body.ttrss_prefs .dijitDialog #pref-profiles-list .dijitInlineEditBoxDisplayMode {
padding: 0px;
}