Skip to content

Commit 5c2ace4

Browse files
committed
Fix change music source dialog layout
1 parent d170725 commit 5c2ace4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/renderer/views/List/MusicList/components/MusicToggleModal.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ export default {
165165
166166
.main {
167167
padding: 10px 7px 0;
168-
width: 560px;
169-
// min-width: 280px;
168+
// width: 560px;
169+
min-width: 280px;
170170
display: flex;
171171
flex-flow: column nowrap;
172172
min-height: 0;
@@ -180,7 +180,7 @@ export default {
180180
181181
.list {
182182
flex: auto;
183-
min-height: 200px;
183+
min-height: 100px;
184184
min-width: 460px;
185185
// background-color: @color-search-form-background;
186186
font-size: 13px;

0 commit comments

Comments
 (0)