mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-23 03:35:15 +00:00
remove style from "latest" tag
This commit is contained in:
parent
35f5fffddc
commit
22f999f9c3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
{{ item.author ? item.author.login : item.commit.author.name }}
|
||||
<span v-text="`• ${item.sha.substring(0, 7)}`" class="subtitle" />
|
||||
<v-spacer />
|
||||
<v-chip outlined class="tags" style="border-radius: 0 5px 0 5px; margin-top: -12px; margin-right: -5px;" color="orange" v-if="index == 0">Latest</v-chip>
|
||||
<v-chip outlined class="tags" color="orange" v-if="index == 0">Latest</v-chip>
|
||||
<v-chip outlined class="tags" color="green" v-if="item.sha == installedVersion">Installed</v-chip>
|
||||
</v-card-title>
|
||||
|
||||
|
|
Loading…
Reference in a new issue