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 { .main {
min-height: 200px; min-height: 175px;
min-width: 460px; min-width: 380px;
// display: flex; // display: flex;
// flex-flow: column nowrap; // flex-flow: column nowrap;
} }
.list { .list {
min-height: 200px; min-height: 175px;
min-width: 460px; min-width: 380px;
// background-color: @color-search-form-background; // background-color: @color-search-form-background;
font-size: 13px; font-size: 13px;
transition-property: height; transition-property: height;