allow larger card on larger screens
This commit is contained in:
parent
ccdb1689ca
commit
08621bfcd3
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue