Fix change music source dialog layout (#2204)

* Fix change music source dialog layout

* Apply suggestions from lyswhut

Co-authored-by: lyswhut <lyswhut@qq.com>

---------

Co-authored-by: lyswhut <lyswhut@qq.com>
pull/2209/head
3gf8jv4dv 2024-12-24 13:53:05 +08:00 committed by GitHub
parent 977b842df3
commit 05e8442ff1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -166,6 +166,8 @@ export default {
.main { .main {
padding: 10px 7px 0; padding: 10px 7px 0;
width: 560px; width: 560px;
max-width: 100%;
box-sizing: border-box;
// min-width: 280px; // min-width: 280px;
display: flex; display: flex;
flex-flow: column nowrap; flex-flow: column nowrap;
@ -180,7 +182,7 @@ export default {
.list { .list {
flex: auto; flex: auto;
min-height: 200px; min-height: 100px;
min-width: 460px; min-width: 460px;
// background-color: @color-search-form-background; // background-color: @color-search-form-background;
font-size: 13px; font-size: 13px;