mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
* shorten_expanded: use promises instead of a timeout hack
* normalize some icon colors
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.cdm {
|
||||
i.material-icons {
|
||||
/*i.material-icons {
|
||||
color : @color-icon;
|
||||
}
|
||||
}*/
|
||||
|
||||
.header {
|
||||
position: sticky;
|
||||
@@ -70,6 +70,10 @@
|
||||
clear : both;
|
||||
align-items : center;
|
||||
|
||||
i.material-icons {
|
||||
color : @color-icon;
|
||||
}
|
||||
|
||||
.left {
|
||||
flex-grow : 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user