From f9c0c3e2f6094cc7566017fa8b093e904ca05280 Mon Sep 17 00:00:00 2001 From: Leonard Kim Date: Fri, 12 Apr 2019 13:51:41 -0700 Subject: [PATCH] fix(chat): bring down elements to avoid electron drag area --- css/_chat.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/_chat.scss b/css/_chat.scss index dda964525..f6779cf09 100644 --- a/css/_chat.scss +++ b/css/_chat.scss @@ -42,7 +42,7 @@ flex: 1; font-size: 10pt; line-height: 20px; - margin-top: 15px; + margin-top: 30px; overflow: auto; padding: 5px; text-align: left; @@ -104,7 +104,7 @@ position: absolute; right: 5px; text-align: center; - top: 5px; + top: 25px; width: 10px; z-index: 1; }