1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 02:05:57 +00:00

feedlist: adjust star position

This commit is contained in:
Andrew Dolgov
2019-03-19 08:29:43 +03:00
parent 01b2f0a24f
commit 9f52327b34
7 changed files with 19 additions and 15 deletions

View File

@@ -710,10 +710,10 @@ body.ttrss_main {
}
i.icon.icon-star {
position : relative;
color : @color-marked;
font-size : 21px;
top : -4px;
left : -4px;
left : -2px;
}
i.icon.icon-rss_feed {
@@ -725,8 +725,9 @@ body.ttrss_main {
}
i.icon.icon-restore {
position : relative;
top : -1px;
font-weight : bold;
left : -3px;
color : @color-accent;
}