mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-25 12:45:17 +00:00
parent
26d79330d2
commit
a46b87436c
2 changed files with 6 additions and 2 deletions
|
@ -68,7 +68,7 @@
|
|||
text
|
||||
tile
|
||||
dense
|
||||
class="searchButton text-left text-none"
|
||||
class="searchButton text-left text-none no-spacing"
|
||||
@click="youtubeSearch(item)"
|
||||
>
|
||||
<v-icon class="mr-5">mdi-magnify</v-icon>
|
||||
|
@ -318,6 +318,10 @@ div {
|
|||
.fill-width {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.no-spacing {
|
||||
letter-spacing: 0px !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
<style scoped>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
>
|
||||
<v-btn
|
||||
text
|
||||
class="entry text-left text-capitalize"
|
||||
class="entry text-left text-capitalize no-spacing"
|
||||
:to="item.to"
|
||||
:disabled="item.disabled"
|
||||
:style="{
|
||||
|
|
Loading…
Reference in a new issue