mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
allow larger card on larger screens
This commit is contained in:
@@ -60,11 +60,8 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1024px) {
|
@media screen and (min-width: 1024px) {
|
||||||
.chat-menu-item .chat-icon {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.modal-card {
|
.modal-card {
|
||||||
width: 960px;
|
width: 960px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user