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:
16
css/cdm.less
16
css/cdm.less
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user