1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02:00
ttrss/plugins/shorten_expanded/init.css
Andrew Dolgov 36ad46e60d * shorten_expanded: use promises instead of a timeout hack
* normalize some icon colors
2021-03-10 14:57:03 +03:00

11 lines
149 B
CSS

.content-shrink-wrap {
overflow : hidden;
text-overflow: ellipsis;
height : 80vh;
margin-bottom : 8px;
}
.expand-prompt {
margin-top : 16px;
}