Merge pull request #69 from zhangyuhan2016/patch-1

fix: fix search list text exceeding
This commit is contained in:
Zyronon 2024-04-30 11:07:25 +08:00 committed by GitHub
commit 5f37d17715
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -910,6 +910,7 @@ function toggle() {
display: flex;
align-items: center;
justify-content: space-between;
min-width: 0;
.center {
width: calc(100% - 140rem);
@ -1022,6 +1023,7 @@ function toggle() {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
font-size: 10rem;
color: var(--second-text-color);
margin-left: 5rem;