mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-06 23:41:34 +08:00
fix: layout styles
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
background-color: var(--white);
|
||||
min-width: 600px;
|
||||
min-height: 480px;
|
||||
max-width: 900px;
|
||||
max-height: 720px;
|
||||
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
@@ -29,6 +31,9 @@
|
||||
|
||||
@include container();
|
||||
|
||||
max-width: 100vw;
|
||||
max-height: 100vh;
|
||||
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
@@ -53,8 +58,10 @@
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.container {
|
||||
min-width: unset;
|
||||
min-height: unset;
|
||||
min-width: unset;
|
||||
max-height: unset;
|
||||
min-width: unset;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user