1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

fix changed feed icon offsets (because of doctype)

This commit is contained in:
Andrew Dolgov
2019-02-23 16:25:21 +03:00
parent 54c1b5c611
commit c1ab51d6f8
8 changed files with 26 additions and 7 deletions

View File

@@ -141,6 +141,13 @@ body.ttrss_prefs {
font-family : monospace;
}
}
#feedTree {
.icon {
position : relative;
top : -4px;
}
}
}
body.ttrss_prefs,