From 08621bfcd307a527a8447ab3449e724501617b5b Mon Sep 17 00:00:00 2001 From: Webifi Date: Sat, 3 Jun 2023 10:40:24 -0500 Subject: [PATCH] allow larger card on larger screens --- src/app.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app.scss b/src/app.scss index 2f5fe84..4707af2 100644 --- a/src/app.scss +++ b/src/app.scss @@ -60,11 +60,8 @@ html { } @media screen and (min-width: 1024px) { - .chat-menu-item .chat-icon { - display: none; - } .modal-card { - width: 960px; + width: 960px !important; } }