From 84c8b30730005cf9c4127ec42a9c54030dd32044 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Mon, 25 Jan 2021 21:21:38 +0100 Subject: [PATCH] [mirotalk] - set white color on left msg bubble --- www/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/style.css b/www/style.css index 88e305b6..4f774744 100755 --- a/www/style.css +++ b/www/style.css @@ -162,7 +162,6 @@ body { max-width: 450px; padding: 15px; border-radius: 15px; - background: var(--left-msg-bg); } .msg-info { display: flex; @@ -179,7 +178,9 @@ body { } .left-msg .msg-bubble { + background: var(--left-msg-bg); border-bottom-left-radius: 0; + color: #fff; } .right-msg { @@ -187,8 +188,8 @@ body { } .right-msg .msg-bubble { background: var(--right-msg-bg); - color: #fff; border-bottom-right-radius: 0; + color: #fff; } .right-msg .msg-img { margin: 0 0 0 10px;