This commit is contained in:
parent
c9d14f232e
commit
e3375a25e5
@ -7,7 +7,7 @@
|
|||||||
</b-row>
|
</b-row>
|
||||||
<b-row v-else class="mb-2 h-100">
|
<b-row v-else class="mb-2 h-100">
|
||||||
<b-col v-for="(snd,id) in availableSounds" :key="id" class="my-2" :cols="columnWidth" align-v="stretch">
|
<b-col v-for="(snd,id) in availableSounds" :key="id" class="my-2" :cols="columnWidth" align-v="stretch">
|
||||||
<b-button @click="play(id)" squared size="lg" class="bigBoyButton"
|
<b-button @click="play(id)" size="lg" class="bigBoyButton"
|
||||||
:variant="nowPlaying === id? 'success' : 'secondary'">
|
:variant="nowPlaying === id? 'success' : 'secondary'">
|
||||||
{{ snd.sampleName }}
|
{{ snd.sampleName }}
|
||||||
</b-button>
|
</b-button>
|
||||||
@ -151,7 +151,7 @@ export default {
|
|||||||
.bigBoyButton {
|
.bigBoyButton {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-size: ;
|
font-size: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue
Block a user