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; - } -}