From 0cf910991ef688a4bca76a056d44f11c828478d1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 7 Jul 2015 16:43:22 +0300 Subject: shorten_expanded: shorten based on window height not preset value --- plugins/shorten_expanded/init.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/shorten_expanded/init.css') diff --git a/plugins/shorten_expanded/init.css b/plugins/shorten_expanded/init.css index 5e1bfa8f3..ed5116872 100644 --- a/plugins/shorten_expanded/init.css +++ b/plugins/shorten_expanded/init.css @@ -1,7 +1,7 @@ div.contentSizeWrapper { overflow : hidden; text-overflow: ellipsis; - height : 700px; + /*height : 700px;*/ } button.expandPrompt { -- cgit v1.2.3 From 3cea4a4b758768770366d132393a026ee2d8a430 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 7 Jul 2015 16:52:43 +0300 Subject: go back to fixed wrapper height because dynamic one breaks layout in chrome :( --- plugins/shorten_expanded/init.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/shorten_expanded/init.css') diff --git a/plugins/shorten_expanded/init.css b/plugins/shorten_expanded/init.css index ed5116872..920e38415 100644 --- a/plugins/shorten_expanded/init.css +++ b/plugins/shorten_expanded/init.css @@ -1,7 +1,7 @@ div.contentSizeWrapper { overflow : hidden; text-overflow: ellipsis; - /*height : 700px;*/ + height : 800px; } button.expandPrompt { -- cgit v1.2.3