]> git.wh0rd.org - tt-rss.git/blame - plugins/shorten_expanded/init.css
shorten_expanded: shorten based on window height not preset value
[tt-rss.git] / plugins / shorten_expanded / init.css
CommitLineData
2fdbff06
AD
1div.contentSizeWrapper {
2 overflow : hidden;
3 text-overflow: ellipsis;
0cf91099 4 /*height : 700px;*/
2fdbff06
AD
5}
6
7button.expandPrompt {
8 margin-top : 20px;
9}