From: FlxAlbroscheit Date: Sat, 7 Nov 2015 17:57:40 +0000 (+0100) Subject: Preview last five conversations in message-sidebar X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=06676e7c1b654867cafaaa9010f4e64faf636d48;p=friendica.git Preview last five conversations in message-sidebar --- diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 3f48d2ec3f..75b8288636 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -3037,3 +3037,8 @@ a.mail-list-link { /* upload/select popup */ .fbrowser.image .photo-album-image-wrapper { margin-left: 10px; } + #message-preview { margin-top: 15px; } + #message-preview span { width: 100%; } + #message-preview .mail-count, #message-preview .mail-delete { display:none; } + #message-preview .mail-list-wrapper { padding: 3px; } + #message-preview .mail-date { opacity:0.6; font-size:10px; }