From 39eee4e58ad02cfe3d6962bae3dfe04593190116 Mon Sep 17 00:00:00 2001 From: Hepatica <75219332+danilt2000@users.noreply.github.com> Date: Fri, 9 Feb 2024 23:08:26 +0100 Subject: [PATCH] Update chat.css --- luckydiamond/src/assets/css/ComponentsStyles/chat.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/luckydiamond/src/assets/css/ComponentsStyles/chat.css b/luckydiamond/src/assets/css/ComponentsStyles/chat.css index eb43f0d..d4ff5a7 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/chat.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/chat.css @@ -198,3 +198,9 @@ height: 95%; } } + +@media screen and (min-height: 950px) { + .chat { + height: 97%; + } +}