diff --git a/luckydiamond/src/assets/css/ComponentsStyles/chat.css b/luckydiamond/src/assets/css/ComponentsStyles/chat.css index 4f5777b..eb43f0d 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/chat.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/chat.css @@ -191,4 +191,10 @@ .mention-message { background-color: rgb(169, 113, 0); -} \ No newline at end of file +} + +@media screen and (min-width: 918px) { + .chat { + height: 95%; + } +}