summaryrefslogtreecommitdiff
path: root/plugins/shorten_expanded/init.css
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/shorten_expanded/init.css')
-rw-r--r--plugins/shorten_expanded/init.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/shorten_expanded/init.css b/plugins/shorten_expanded/init.css
new file mode 100644
index 000000000..5e1bfa8f3
--- /dev/null
+++ b/plugins/shorten_expanded/init.css
@@ -0,0 +1,9 @@
+div.contentSizeWrapper {
+ overflow : hidden;
+ text-overflow: ellipsis;
+ height : 700px;
+}
+
+button.expandPrompt {
+ margin-top : 20px;
+}