From a4759b31ddc8869392a42b1c6abc69d1250fde97 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 17 Jan 2016 17:31:33 +0100 Subject: show text preview in compact mode --- css/content.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'css/content.css') diff --git a/css/content.css b/css/content.css index 8eb01a563..31e409419 100644 --- a/css/content.css +++ b/css/content.css @@ -381,7 +381,7 @@ } #app-content .utils .title h1 a { - text-overflow: ellipsis; + /*text-overflow: ellipsis;*/ white-space: nowrap; overflow: hidden; width: 100%; @@ -394,6 +394,17 @@ min-height: 40px; } + #app-content .open .title .intro { + display: none; + } + + #app-content .title .intro { + color: #777; + font-size: 10pt; + font-weight: normal; + margin-left: 20px; + } + #app-content .open .utils .title h1 a { overflow: auto; white-space: normal; -- cgit v1.2.3