1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 00:25:56 +00:00

update headlines to use vector icons

This commit is contained in:
Andrew Dolgov
2018-12-05 13:58:18 +03:00
parent 89b213b4bb
commit b65d8384c2
8 changed files with 111 additions and 73 deletions

View File

@@ -13,10 +13,24 @@
.header {
> * {
align-self : center;
padding : 5px;
padding : 4px;
white-space : nowrap;
}
.left {
display : flex;
> * {
align-self : center;
}
i.material-icons {
margin-left : 2px;
font-size : 18px;
padding : 2px;
}
}
.titleWrap {
flex-grow : 2;
}