From: FlxAlbroscheit Date: Sat, 7 Nov 2015 17:56:05 +0000 (+0100) Subject: Preview last five conversations in message-sidebar X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1b2349d01130a870794feb0c30811ffbe1e3c692;p=friendica.git Preview last five conversations in message-sidebar --- 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; +}