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

@ -26,7 +26,6 @@
i.material-icons {
margin-left : 2px;
font-size : 20px;
padding : 2px;
user-select: none;
}

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;
}

File diff suppressed because one or more lines are too long

View File

@ -227,7 +227,6 @@ body.ttrss_main {
i.material-icons {
margin-left : 2px;
font-size : 20px;
padding : 2px;
transition : color 0.2s linear;
user-select: none;
@ -1143,7 +1142,6 @@ body.ttrss_main .dijitDialog {
body.ttrss_main {
i.icon-syndicate {
font-size : 19px;
color : #ff5718;
margin-right : 2px;
}

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;
}

File diff suppressed because one or more lines are too long