diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2019-02-24 14:50:52 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2019-02-24 14:50:52 +0300 |
| commit | e13916fd3ef478c12bfc3d42c286b4f958183289 (patch) | |
| tree | 98eeb3ca2ad0d596b47783be70da7b91e66a70fb /css/tt-rss.less | |
| parent | ce92f047ace50b8a79c66cf39411cae51acbd499 (diff) | |
feedtree offset changes should apply to font icons
Diffstat (limited to 'css/tt-rss.less')
| -rwxr-xr-x | css/tt-rss.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less index 215f4b83b..9694cd16e 100755 --- a/css/tt-rss.less +++ b/css/tt-rss.less @@ -685,7 +685,9 @@ body.ttrss_main { } i.icon { + position : relative; left : -2px; + top : -4px; } i.icon.icon-inbox { |