Fix duplicate songs dialog layout (#2203)
parent
d170725f0c
commit
0f27e3ea42
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue