diff --git a/frontend/src/components/Chat.vue b/frontend/src/components/Chat.vue index fc99835..0757662 100644 --- a/frontend/src/components/Chat.vue +++ b/frontend/src/components/Chat.vue @@ -22,9 +22,8 @@ -

{{msg.text}}

-

.

-
+

{{msg.text}}

+ @@ -200,7 +199,7 @@ input { position: fixed; bottom: 30pt; left: 0; - background: #ffffffcf; + background: --var(--bg-color); } @media only screen and (max-width:1000px) { #msg-form {