summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-17 11:45:12 +0300
committerAndrew Dolgov <[email protected]>2021-03-17 11:45:12 +0300
commit88534a8ae498732bb8357d6040ebd1c192f12bf0 (patch)
treebcea4261155ed379702f566f88596e472e152711 /themes/compact_night.css
parent82bed1e651ca002cae3a0790aadd914ad7597386 (diff)
fix loadingNode offset for feeds
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 8515ce6ef..d87fcb637 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -527,7 +527,7 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow .loadingNod
opacity: 1;
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow.Is_Feed .loadingNode {
- left: -3px;
+ left: 2px;
height: 14px;
width: 14px;
position: relative;