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