Fix duplicate songs dialog layout (#2203)

pull/2206/head
3gf8jv4dv 2024-12-23 23:41:31 +08:00 committed by GitHub
parent d170725f0c
commit 0f27e3ea42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -122,15 +122,15 @@ export default {
}
}
.main {
min-height: 200px;
min-width: 460px;
min-height: 175px;
min-width: 380px;
// display: flex;
// flex-flow: column nowrap;
}
.list {
min-height: 200px;
min-width: 460px;
min-height: 175px;
min-width: 380px;
// background-color: @color-search-form-background;
font-size: 13px;
transition-property: height;