1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 02:57:12 +00:00

rescale vector icons to optimal size

This commit is contained in:
Andrew Dolgov
2018-12-05 18:28:49 +03:00
parent e7adc7e471
commit aff76584c8
6 changed files with 2 additions and 11 deletions

View File

@@ -200,7 +200,6 @@ body.ttrss_main .hl .right > * {
body.ttrss_main .hl .left i.material-icons,
body.ttrss_main .hl .right i.material-icons {
margin-left: 2px;
font-size: 20px;
padding: 2px;
transition: color 0.2s linear;
user-select: none;
@@ -970,7 +969,6 @@ body.ttrss_main .dijitDialog h4:first-of-type {
margin-top: 0px;
}
body.ttrss_main i.icon-syndicate {
font-size: 19px;
color: #ff5718;
margin-right: 2px;
}
@@ -1022,7 +1020,6 @@ body.ttrss_main .hl.published .left i.pub-pic {
.cdm .header .left i.material-icons,
.cdm .header .right i.material-icons {
margin-left: 2px;
font-size: 20px;
padding: 2px;
user-select: none;
}