1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 10:25:56 +00:00
Files
tt-rss/plugins/shorten_expanded/init.css

10 lines
128 B
CSS

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