0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-22 19:25:16 +00:00

dropdown menu changes

This commit is contained in:
Kenny 2022-02-25 14:08:26 -05:00
parent b11aea9565
commit f61b13bc70
2 changed files with 4 additions and 4 deletions

View file

@ -11,9 +11,9 @@
<v-btn text class="toolbarAction fill-height" v-bind="attrs" v-on="on" color="white"><v-icon>mdi-dots-vertical</v-icon></v-btn>
</template>
<v-list style="min-width: 150px;">
<v-list style="min-width: 180px;">
<v-list-item v-for="(item, index) in dropdownMenu" :key="index">
<nuxt-link :to="item.link" style="text-decoration: none; width: 100%;" class="info--text">{{ item.title }}</nuxt-link>
<v-btn text :to="item.link" style="text-decoration: none; width: 100%;" class="info--text">{{ item.title }}</v-btn>
</v-list-item>
</v-list>
</v-menu>

View file

@ -47,8 +47,8 @@ export default {
themes: {
light: {
background: "#ffffff",
primary: colors.red.lighten1,
accent: "#E62117",
primary: colors.red.lighten2,
accent: "#CD201F",
info: "#000"
},
dark: {