mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-25 20:55:17 +00:00
basic ui changes
This commit is contained in:
parent
3af3679e18
commit
8d0406969c
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
<v-btn @click="openExternal('https://github.com/Frontesque/VueTube')"><v-icon>mdi-github</v-icon></v-btn>
|
||||
<v-btn @click="openExternal('https://discord.gg/7P8KJrdd5W')"><v-icon>mdi-discord</v-icon></v-btn>
|
||||
<p>App Version: {{ version }}</p>
|
||||
<p>App Version: {{ version.substring(0, 7) }}</p>
|
||||
</center>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
margin-right: 0.25em;
|
||||
}
|
||||
.tags {
|
||||
margin: 0 0.5em 0 0;
|
||||
margin: 0 0 0 0.5em;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in a new issue