From dfb6212bef3621ed96007a97916f89fb6df66200 Mon Sep 17 00:00:00 2001 From: Pascal Date: Wed, 29 Jan 2025 17:03:14 +0100 Subject: [PATCH] css_modal_members_signature_ok --- public/style/chat.css | 11 ++++++++++- src/pages/chat/chat.ts | 11 ++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/public/style/chat.css b/public/style/chat.css index f0eb59b..6195a1f 100755 --- a/public/style/chat.css +++ b/public/style/chat.css @@ -470,7 +470,7 @@ body { } .modal-content { - background: var(--background-color); + background-color: var(--secondary-color); padding: 20px; border-radius: 8px; position: relative; @@ -492,6 +492,15 @@ body { color: var(--accent-color); } +.modal-members { + display: flex; + justify-content: space-between; +} + +.modal-members ul li{ + list-style: none; +} + #message-input { width: 100%; height: 50px; diff --git a/src/pages/chat/chat.ts b/src/pages/chat/chat.ts index 13f27b3..5d0eda1 100755 --- a/src/pages/chat/chat.ts +++ b/src/pages/chat/chat.ts @@ -1154,10 +1154,12 @@ class ChatElement extends HTMLElement {