mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-30 15:16:38 +08:00
fix: update selector content to fixed width
This commit is contained in:
parent
8fab48b6f8
commit
96ede7d06a
@ -342,7 +342,7 @@
|
|||||||
|
|
||||||
&-content {
|
&-content {
|
||||||
animation: slide-in ease 0.3s;
|
animation: slide-in ease 0.3s;
|
||||||
min-width: 300px;
|
width: 30rem;
|
||||||
.list {
|
.list {
|
||||||
max-height: 50vh;
|
max-height: 50vh;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
Loading…
Reference in New Issue
Block a user