route v1
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| <template> | ||||
|   <div class="fixed left-0 bottom-0 opacity-1 z-50 w-full bg-white transition-all" | ||||
|     :class="{ '-bottom-20 opacity-0': !playerStore.currentTrack }"> | ||||
|   <div class="fixed left-0 z-50 w-full bg-white transition-all -bottom-20 opacity-0 h-0" | ||||
|     :class="{ 'bottom-0 opacity-100 h-20': playerStore.currentTrack }"> | ||||
|     <div class="flex items-center gap-3 p-2"> | ||||
|       <img v-if="playerStore.getCurrentCoverUrl" :src="playerStore.getCurrentCoverUrl as string" alt="Current cover" | ||||
|         class="size-16 object-cover object-center rounded" /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user