1
0
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:
Andrew Dolgov
2021-03-10 14:57:03 +03:00
parent 96031c80bf
commit 36ad46e60d
11 changed files with 148 additions and 69 deletions
+6 -2
View File
@@ -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;
}