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
afeccc54
Commit
afeccc54
authored
Nov 08, 2019
by
Andreas Traczyk
Committed by
Sébastien Blin
Nov 08, 2019
Browse files
chatview: remove send message left/right borders
Change-Id: Id555904142b212f8ef08eecc88ad24d86bccc2cb
parent
a5415429
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/web-chatview/chatview.css
View file @
afeccc54
...
...
@@ -281,7 +281,8 @@ body {
top
:
0
;
z-index
:
1
;
/* hairline */
border
:
var
(
--hairline-thickness
)
solid
var
(
--hairline-color
);
border-top
:
var
(
--hairline-thickness
)
solid
var
(
--hairline-color
);
border-bottom
:
var
(
--hairline-thickness
)
solid
var
(
--hairline-color
);
}
#message
{
...
...
@@ -1080,7 +1081,6 @@ video {
padding
:
0
;
}
.internal_mes_wrapper
{
max-width
:
60%
;
}
...
...
Write
Preview
Markdown
is supported
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