summaryrefslogtreecommitdiff
path: root/themes/light
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/light
parent82bed1e651ca002cae3a0790aadd914ad7597386 (diff)
fix loadingNode offset for feeds
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/tt-rss.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index ed6f65679..dd0372880 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -604,7 +604,7 @@ body.ttrss_main {
&.Is_Feed {
.loadingNode {
- left : -3px;
+ left : 2px;
height : 14px;
width : 14px;
position : relative;