fixing borders

This commit is contained in:
2025-11-29 21:09:32 +00:00
parent 8a631b3dae
commit 196675a094
3 changed files with 5 additions and 5 deletions

View File

@@ -1,13 +1,13 @@
<template> <template>
<h2 class="center-content">Listening to RN! ^_^</h2>
<div v-if="song.is_playing" class="center-content"> <div v-if="song.is_playing" class="center-content">
<img :src="song.item.album.images[0].url" /> <img :src="song.item.album.images[0].url" />
<p><strong>Song:</strong> {{ song.item.name }}</p> <p><strong>Song:</strong> {{ song.item.name }}</p>
<p><strong>Artist:</strong> {{ song.item.artists[0].name }}</p> <p><strong>Artist:</strong> {{ song.item.artists[0].name }}</p>
<p>Is what im currently listening to rnrnrn ^_^</p>
</div> </div>
<div v-else class="center-content"> <div v-else class="center-content bg-white border2 shadow1">
<img src="/img/Untitled.png" /> <img src="/img/Untitled.png" />
<p>I ain't listenin to nofin rn</p> <p>I ain't listenin to nofin rn :/</p>
</div> </div>
</template> </template>

View File

@@ -1,5 +1,5 @@
<template> <template>
<h2 class="center-content">What've been listening to recently</h2> <h2 class="center-content">Listening to RECENTLY</h2>
<div class="flex-row"> <div class="flex-row">
<div <div
v-for="(song, idx) in played" v-for="(song, idx) in played"

View File

@@ -52,7 +52,7 @@ import Radio from "@/components/Radio.vue";
</div> --> </div> -->
<div class="border1 tile1"> <div class="border1 tile1">
<Radio class="fill bg-white shadow1" /> <Radio class="fill bg-white border2 shadow1" />
</div> </div>
<div class="border1 tile3"> <div class="border1 tile3">