summaryrefslogtreecommitdiff
path: root/themes/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/night.css
parent82bed1e651ca002cae3a0790aadd914ad7597386 (diff)
fix loadingNode offset for feeds
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/night.css b/themes/night.css
index bb241dc79..4aa93f95a 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -528,7 +528,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;