1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-07 14:01:33 +00:00

add experimental plugin to shorten articles which are too damn long in expanded cdm

This commit is contained in:
Andrew Dolgov
2013-07-31 18:58:56 +04:00
parent a447f4e40a
commit 2fdbff069f
3 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
div.contentSizeWrapper {
overflow : hidden;
text-overflow: ellipsis;
height : 700px;
}
button.expandPrompt {
margin-top : 20px;
}