mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +09:00
allow larger card on larger screens
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user