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:
9
plugins/shorten_expanded/init.css
Normal file
9
plugins/shorten_expanded/init.css
Normal file
@@ -0,0 +1,9 @@
|
||||
div.contentSizeWrapper {
|
||||
overflow : hidden;
|
||||
text-overflow: ellipsis;
|
||||
height : 700px;
|
||||
}
|
||||
|
||||
button.expandPrompt {
|
||||
margin-top : 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user