🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸🐸
This commit is contained in:
parent
797edd35c1
commit
719ced4e2d
12
css/main.css
12
css/main.css
|
|
@ -4784,3 +4784,15 @@ body.lightbox-open {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: underline;
|
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;
|
||||||
|
}
|
||||||
|
|
@ -890,7 +890,6 @@
|
||||||
{
|
{
|
||||||
title: "Friends",
|
title: "Friends",
|
||||||
members: [
|
members: [
|
||||||
{ name: "Fin", tier: "friend", discordId: "867818211574808607", link: null },
|
|
||||||
{ name: "Meme", tier: "friend", discordId: "812998699667161098", link: null },
|
{ name: "Meme", tier: "friend", discordId: "812998699667161098", link: null },
|
||||||
{ name: "N", tier: "friend", discordId: "639399972407869450", link: null },
|
{ name: "N", tier: "friend", discordId: "639399972407869450", link: null },
|
||||||
{ name: "Lylla", tier: "friend", discordId: "1009889543878611016", link: null },
|
{ name: "Lylla", tier: "friend", discordId: "1009889543878611016", link: null },
|
||||||
|
|
|
||||||
|
|
@ -111,6 +111,33 @@
|
||||||
<p class="ly-note">Waiting for a track…</p>
|
<p class="ly-note">Waiting for a track…</p>
|
||||||
</div>
|
</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 -->
|
<!-- recently played -->
|
||||||
<h2 class="sec-title" id="recently-played">Recently played</h2>
|
<h2 class="sec-title" id="recently-played">Recently played</h2>
|
||||||
<ul class="recent" id="recent"></ul>
|
<ul class="recent" id="recent"></ul>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue