basic ui changes

This commit is contained in:
Kenny 2022-03-12 09:38:52 -05:00
parent 3af3679e18
commit 8d0406969c
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -47,7 +47,7 @@
margin-right: 0.25em;
}
.tags {
margin: 0 0.5em 0 0;
margin: 0 0 0 0.5em;
}
</style>