You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/plugins/shorten_expanded/init.css

11 lines
149 B
CSS

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