fix: 🐛 Fix text kerning on some buttons

#274
This commit is contained in:
Kenny 2022-06-08 10:34:27 -04:00
parent 26d79330d2
commit a46b87436c
2 changed files with 6 additions and 2 deletions

View File

@ -68,7 +68,7 @@
text text
tile tile
dense dense
class="searchButton text-left text-none" class="searchButton text-left text-none no-spacing"
@click="youtubeSearch(item)" @click="youtubeSearch(item)"
> >
<v-icon class="mr-5">mdi-magnify</v-icon> <v-icon class="mr-5">mdi-magnify</v-icon>
@ -318,6 +318,10 @@ div {
.fill-width { .fill-width {
width: 100% !important; width: 100% !important;
} }
.no-spacing {
letter-spacing: 0px !important;
}
</style> </style>
<style scoped> <style scoped>

View File

@ -12,7 +12,7 @@
> >
<v-btn <v-btn
text text
class="entry text-left text-capitalize" class="entry text-left text-capitalize no-spacing"
:to="item.to" :to="item.to"
:disabled="item.disabled" :disabled="item.disabled"
:style="{ :style="{