]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/shorten_expanded/init.css
add experimental plugin to shorten articles which are too damn long in expanded cdm
[tt-rss.git] / plugins / shorten_expanded / init.css
diff --git a/plugins/shorten_expanded/init.css b/plugins/shorten_expanded/init.css
new file mode 100644 (file)
index 0000000..5e1bfa8
--- /dev/null
@@ -0,0 +1,9 @@
+div.contentSizeWrapper {
+       overflow : hidden;
+       text-overflow: ellipsis;
+       height : 700px;
+}
+
+button.expandPrompt {
+       margin-top : 20px;
+}