🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸

This commit is contained in:
Clove 2026-06-25 00:36:08 +01:00
parent 797edd35c1
commit 719ced4e2d
3 changed files with 39 additions and 1 deletions

View File

@ -4784,3 +4784,15 @@ body.lightbox-open {
color: inherit;
text-decoration: underline;
}
.obsessions {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1rem;
margin-bottom: 2rem;
}
.obsession-embed {
width: 100%;
border: none;
}

View File

@ -890,7 +890,6 @@
{
title: "Friends",
members: [
{ name: "Fin", tier: "friend", discordId: "867818211574808607", link: null },
{ name: "Meme", tier: "friend", discordId: "812998699667161098", link: null },
{ name: "N", tier: "friend", discordId: "639399972407869450", link: null },
{ name: "Lylla", tier: "friend", discordId: "1009889543878611016", link: null },

View File

@ -111,6 +111,33 @@
<p class="ly-note">Waiting for a track…</p>
</div>
<!-- current obsessions -->
<h2 class="sec-title" id="current-obsessions">Current Obsessions</h2>
<div class="obsessions" id="obsessions">
<iframe class="obsession-embed" style="border-radius:12px"
src="https://open.spotify.com/embed/track/6vmtWuZN1IbDPhVshbeD22?utm_source=generator" width="100%"
height="152" frameborder="0" allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy"></iframe>
<iframe class="obsession-embed" style="border-radius:12px"
src="https://open.spotify.com/embed/track/3s44Qv8x974tm0ueLexMWN?utm_source=generator" width="100%"
height="152" frameborder="0" allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy"></iframe>
<iframe class="obsession-embed" style="border-radius:12px"
src="https://open.spotify.com/embed/track/4ujxDgeTs9YpwMKHSmZ4qc?utm_source=generator" width="100%"
height="152" frameborder="0" allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy"></iframe>
<iframe class="obsession-embed" style="border-radius:12px"
src="https://open.spotify.com/embed/track/7ipaq31bGwoqfcv1cSFuJO?utm_source=generator" width="100%"
height="152" frameborder="0" allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy"></iframe>
</div>
<!-- recently played -->
<h2 class="sec-title" id="recently-played">Recently played</h2>
<ul class="recent" id="recent"></ul>