Changed min-width to 550
parent
e6beb201e1
commit
13b6005392
|
|
@ -24,7 +24,7 @@ function createWindow () {
|
||||||
useContentSize: true,
|
useContentSize: true,
|
||||||
width: 1000,
|
width: 1000,
|
||||||
minHeight:600,
|
minHeight:600,
|
||||||
minWidth:400,
|
minWidth:550,
|
||||||
//frame: false,
|
//frame: false,
|
||||||
//titleBarStyle: 'hidden',
|
//titleBarStyle: 'hidden',
|
||||||
//titleBarStyle: 'customButtonsOnHover',
|
//titleBarStyle: 'customButtonsOnHover',
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<section>
|
<section>
|
||||||
<legend>Top music of the month</legend>
|
<legend>Top music of the month</legend>
|
||||||
<Carousel class="carousel-custom" :paginationEnabled="false" :scrollPerPage="false" :perPageCustom="[[300, 2], [540, 3], [740, 4], [800, 3], [900, 4], [1000, 4], [1200, 5] , [1300, 6]]">
|
<Carousel class="carousel-custom" :paginationEnabled="false" :scrollPerPage="false" :perPageCustom="[[540, 3], [740, 4], [800, 3], [900, 4], [1000, 4], [1200, 5] , [1300, 6]]">
|
||||||
<Slide v-for="item in items" :key="item.id">
|
<Slide v-for="item in items" :key="item.id">
|
||||||
<MusicBox :item="item" />
|
<MusicBox :item="item" />
|
||||||
</Slide>
|
</Slide>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue