Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-libclient
Commits
ad120d64
Commit
ad120d64
authored
Nov 12, 2019
by
Andreas Traczyk
Committed by
Yang Wang
Nov 12, 2019
Browse files
chatview: fix qt specific spacing around the send message area
Change-Id: I17c99cea967539916fdbe35686c2fe33ded52e76
parent
bb8a5e1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/web-chatview/chatview-windows.css
View file @
ad120d64
...
...
@@ -207,23 +207,15 @@ pre {
.nav-button
{
width
:
30px
;
height
:
30px
;
margin
:
8
px
;
margin
:
6
px
;
padding
:
2px
;
display
:
flex
;
cursor
:
pointer
;
align-self
:
center
;
border-radius
:
16px
;
}
.nav-button.deactivated
{
width
:
30px
;
height
:
30px
;
margin
:
8
px
;
margin
:
6
px
;
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
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment