mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-17 23:43:41 +08:00
fix: duplicate CSS property
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
@mixin container {
|
@mixin container {
|
||||||
background-color: var(--white);
|
|
||||||
border: var(--border-in-light);
|
border: var(--border-in-light);
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
box-shadow: var(--shadow);
|
box-shadow: var(--shadow);
|
||||||
@@ -98,7 +97,7 @@
|
|||||||
min-height: unset;
|
min-height: unset;
|
||||||
min-width: unset;
|
min-width: unset;
|
||||||
max-height: unset;
|
max-height: unset;
|
||||||
min-width: unset;
|
max-width: unset;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user