Skip to content
Snippets Groups Projects
Commit ad120d64 authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Yang Wang
Browse files

chatview: fix qt specific spacing around the send message area

Change-Id: I17c99cea967539916fdbe35686c2fe33ded52e76
parent bb8a5e1a
No related branches found
No related tags found
No related merge requests found
...@@ -207,23 +207,15 @@ pre { ...@@ -207,23 +207,15 @@ pre {
.nav-button { .nav-button {
width: 30px; width: 30px;
height: 30px; height: 30px;
margin: 8px; margin: 6px;
padding: 2px; padding: 2px;
display: flex;
cursor: pointer;
align-self: center;
border-radius: 16px;
} }
.nav-button.deactivated { .nav-button.deactivated {
width: 30px; width: 30px;
height: 30px; height: 30px;
margin: 8px; margin: 6px;
padding: 2px; padding: 2px;
align-self: center;
display: flex;
border-radius: 16px;
cursor: auto;
} }
#sendMessage { #sendMessage {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment