From c747f4031cbdb6fbb2c86039b6a19c1e3dada243 Mon Sep 17 00:00:00 2001 From: Hepatica <75219332+danilt2000@users.noreply.github.com> Date: Fri, 9 Feb 2024 23:18:39 +0100 Subject: [PATCH] Update chat.css --- .../src/assets/css/ComponentsStyles/chat.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/luckydiamond/src/assets/css/ComponentsStyles/chat.css b/luckydiamond/src/assets/css/ComponentsStyles/chat.css index f7f5725..f7c4a42 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/chat.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/chat.css @@ -192,15 +192,3 @@ .mention-message { background-color: rgb(169, 113, 0); } - -@media screen and (min-width: 918px) { - .chat { - height: 95% !important; - } -} - -@media screen and (min-height: 950px) { - .chat { - height: 97% !important; - } -}