From eb608611d547275392b8a0ab54e7de10d67658e7 Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Thu, 16 Apr 2015 01:09:21 -0700 Subject: [PATCH] Fix Crypto theme top margin --- client/themes/crypto.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/themes/crypto.css b/client/themes/crypto.css index 5fe3c23d..26480b74 100644 --- a/client/themes/crypto.css +++ b/client/themes/crypto.css @@ -101,6 +101,11 @@ a:hover, #chat a:hover { line-height: 1.8; } +#chat .chat, +#chat .sidebar { + top: 48px; +} + #chat.no-colors .from button, #chat.no-colors .sidebar button { color: #000 !important; font-weight: bold