From 740027ac14466df819c60135324054c505f13d4b Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Wed, 18 Jun 2014 23:38:01 +0200 Subject: [PATCH] Add top and bottom margin to chat pane. --- src/styles/components/_chat.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/components/_chat.scss b/src/styles/components/_chat.scss index 96de2d24..3baa2763 100644 --- a/src/styles/components/_chat.scss +++ b/src/styles/components/_chat.scss @@ -20,12 +20,12 @@ */ #chat { - bottom: 0; + bottom: 10px; perspective: 1000; pointer-events: none; position: absolute; right: 260px; - top: 0; + top: 10px; width: 260px; z-index: 45; }