0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2025-01-05 07:01:14 +00:00

UI tweaks

This commit is contained in:
Kenny 2022-02-25 14:05:13 -05:00
parent 724db4eaea
commit b11aea9565
2 changed files with 2 additions and 5 deletions

View file

@ -8,7 +8,7 @@
<v-menu offset-y content-class="mt-8">
<template v-slot:activator="{ on, attrs }">
<v-btn text class="toolbarAction fill-height" v-bind="attrs" v-on="on" color="white" style="padding-right: 0 !important;"><v-icon>mdi-dots-vertical</v-icon></v-btn>
<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;">
@ -28,7 +28,7 @@
</div>
</div>
<v-bottom-navigation v-model="tabSelection" shift class="bottomNav py-4 background" style="height: 5rem;">
<v-bottom-navigation v-model="tabSelection" shift class="bottomNav py-4" style="height: 5rem;">
<v-btn v-for="(item, i) in tabs" :key="i" rounded class="navButton mx-2" style="height: 3rem; border-radius: 2rem;" :to="item.link">
<span v-text="item.name" />

View file

@ -57,9 +57,6 @@ export default {
accent: colors.grey.darken3,
secondary: colors.amber.darken3,
info: "#fff",
warning: colors.amber.base,
error: colors.deepOrange.accent4,
success: colors.green.accent3
}
}
}