1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 00:29:15 +00:00

fix loadingNode offset for feeds

This commit is contained in:
Andrew Dolgov
2021-03-17 11:45:12 +03:00
parent 82bed1e651
commit 88534a8ae4
6 changed files with 6 additions and 6 deletions

View File

@@ -604,7 +604,7 @@ body.ttrss_main {
&.Is_Feed {
.loadingNode {
left : -3px;
left : 2px;
height : 14px;
width : 14px;
position : relative;