From ad120d64c2b72a94fbc5159d61ec44be7014eb7d Mon Sep 17 00:00:00 2001
From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
Date: Tue, 12 Nov 2019 11:08:18 -0500
Subject: [PATCH] chatview: fix qt specific spacing around the send message
 area

Change-Id: I17c99cea967539916fdbe35686c2fe33ded52e76
---
 src/web-chatview/chatview-windows.css | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/src/web-chatview/chatview-windows.css b/src/web-chatview/chatview-windows.css
index 6c4c6f7d..90c0775f 100644
--- a/src/web-chatview/chatview-windows.css
+++ b/src/web-chatview/chatview-windows.css
@@ -207,23 +207,15 @@ pre {
 .nav-button {
     width: 30px;
     height: 30px;
-    margin: 8px;
+    margin: 6px;
     padding: 2px;
-    display: flex;
-    cursor: pointer;
-    align-self: center;
-    border-radius: 16px;
 }
 
 .nav-button.deactivated {
     width: 30px;
     height: 30px;
-    margin: 8px;
+    margin: 6px;
     padding: 2px;
-    align-self: center;
-    display: flex;
-    border-radius: 16px;
-    cursor: auto;
 }
 
 #sendMessage {
@@ -245,4 +237,4 @@ pre {
     font-size: .7em;
     font-family: Verdana;
     color: #c0c0c0;
-}
\ No newline at end of file
+}
-- 
GitLab