From eae674ba54bb9cf2d7a8ea08bf23d003d985d289 Mon Sep 17 00:00:00 2001 From: Kostya Date: Fri, 19 Jan 2024 14:00:06 +0300 Subject: [PATCH] refactor styles for chat --- luckydiamond/src/assets/css/ComponentsStyles/chat.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/luckydiamond/src/assets/css/ComponentsStyles/chat.css b/luckydiamond/src/assets/css/ComponentsStyles/chat.css index 439118a..24f47f3 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/chat.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/chat.css @@ -30,8 +30,10 @@ } .chat__content--users { - height: 100%; + height: 650px; + width: 250px; overflow-y: auto; + overflow-x: auto; } .chat__content, .chat__content--users {