From b4e3681b7104d429efe787bfec2995b0bd293a83 Mon Sep 17 00:00:00 2001 From: Allen Rabinovich Date: Thu, 22 Aug 2013 14:29:54 -0700 Subject: [PATCH] Increase top margin on the message pane to expose the topmost date marker (imported from commit 0ad1a0c0b0ae8af1ba497622600fe226c39b9a77) --- static/styles/zulip.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 9e4621e2e7..7efa71b952 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -547,7 +547,8 @@ ul.filters li.out_of_home_view { } .message_area_padder { - margin-top: 10px; + /* The height of the header and the tabbar plus a small gap */ + margin-top: 68px; /* This is needed for the floating recipient bar in Firefox only, for some reason; otherwise it gets a scrollbar */