allow larger card on larger screens

This commit is contained in:
Webifi 2023-06-03 10:40:24 -05:00
parent ccdb1689ca
commit 08621bfcd3
1 changed files with 1 additions and 4 deletions

View File

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