Merge pull request #69 from zhangyuhan2016/patch-1
fix: fix search list text exceeding
This commit is contained in:
commit
5f37d17715
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user