From 1b2349d01130a870794feb0c30811ffbe1e3c692 Mon Sep 17 00:00:00 2001 From: FlxAlbroscheit Date: Sat, 7 Nov 2015 18:56:05 +0100 Subject: [PATCH] Preview last five conversations in message-sidebar --- view/theme/frost/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/view/theme/frost/style.css b/view/theme/frost/style.css index 74b5dde0b6..f2bbebfca5 100644 --- a/view/theme/frost/style.css +++ b/view/theme/frost/style.css @@ -4165,5 +4165,9 @@ ul.notifications-menu-popup { margin-left: 40px; width: 130px; } - - +#message-preview .mail-list-sender, #message-preview .mail-list-delete { + display:none; +} +#message-preview .mail-list-outside-wrapper { + margin-top: 20px; +}