1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-01 17:19:16 +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

View File

@@ -1,7 +1,8 @@
.content-shrink-wrap {
overflow : hidden;
text-overflow: ellipsis;
height : 800px;
height : 80vh;
margin-bottom : 8px;
}
.expand-prompt {