Moved the copy compliment button beside the compliment
This commit is contained in:
14
src/App.vue
14
src/App.vue
@@ -208,18 +208,15 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
|
|
||||||
|
<v-row>
|
||||||
<div>
|
<v-col :cols="6">
|
||||||
<v-col :cols="12">
|
|
||||||
<div
|
<div
|
||||||
|
outlined
|
||||||
class="levelcompliment font-weight-black">
|
class="levelcompliment font-weight-black">
|
||||||
{{levels[currentLevel].compliment}}
|
{{levels[currentLevel].compliment}}
|
||||||
</div>
|
</div>
|
||||||
</v-col>
|
</v-col>
|
||||||
</div>
|
<v-col :cols="2">
|
||||||
|
|
||||||
<v-row>
|
|
||||||
<v-col :cols="12">
|
|
||||||
<v-btn
|
<v-btn
|
||||||
color="primary"
|
color="primary"
|
||||||
x-small
|
x-small
|
||||||
@@ -228,6 +225,7 @@
|
|||||||
</v-btn>
|
</v-btn>
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
|
|
||||||
</v-container>
|
</v-container>
|
||||||
</v-content>
|
</v-content>
|
||||||
</v-app>
|
</v-app>
|
||||||
@@ -423,7 +421,7 @@ export default {
|
|||||||
title: "Start - Peace sign",
|
title: "Start - Peace sign",
|
||||||
foreground: "assets/bg/peacesign.png",
|
foreground: "assets/bg/peacesign.png",
|
||||||
task: "Make a peace sign",
|
task: "Make a peace sign",
|
||||||
compliment: "",
|
compliment: "Wow that is a really nice peace sign!",
|
||||||
points: 5,
|
points: 5,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user