style: 🚀 General description expansion style improvements

This commit is contained in:
Front 2022-03-20 09:32:28 -04:00
parent 576f7781db
commit 8030e68589
1 changed files with 7 additions and 4 deletions

View File

@ -18,7 +18,7 @@
</v-list-item>
<v-btn @click="showMore = !showMore"><v-icon>mdi-chevron-down</v-icon></v-btn>
<v-btn @click="showMore = !showMore"><v-icon>mdi-chevron-up</v-icon></v-btn>
</div>
<!-- End Scrolling Div For Interactions --->
@ -26,10 +26,13 @@
<v-bottom-sheet v-model="showMore" color="accent2">
<v-sheet>
<v-sheet style="padding: 1em;">
<v-btn @click="showMore = !showMore"><v-icon>mdi-chevron-up</v-icon></v-btn>
{{ description }}
<v-btn block @click="showMore = !showMore"><v-icon>mdi-chevron-down</v-icon></v-btn><br>
<div class="scroll-y">
{{ description }}
</div>
</v-sheet>
</v-bottom-sheet>