chore: fixed some route names that were not correct; style: made back button in artist, playlist and album tabs stick to the top of the window

This commit is contained in:
Roberto Tonino
2020-10-13 22:14:37 +02:00
parent 97842db422
commit 932ffc10e7
6 changed files with 18 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
<template>
<button
class="btn-primary border-transparent border-solid absolute flex items-center justify-center p-1 m-0 w-16 h-16 rounded-full"
class="btn-primary border-transparent border-solid flex items-center justify-center p-1 m-0 w-16 h-16 rounded-full z-10"
@click="$router.back()"
>
<i class="material-icons mirrored text-4xl text-white">forward</i>
@@ -9,9 +9,6 @@
<style scoped>
button {
top: 10px;
left: 10px;
transition: background 200ms ease-in-out;
}
</style>