From fd63a5c1e18fc53477e23bf0480f48b295f9e283 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Thu, 30 Nov 2023 20:42:41 -0600 Subject: [PATCH] Boink --- index.js | 5 +---- static/style.css | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/index.js b/index.js index ddbe488..fa182c4 100644 --- a/index.js +++ b/index.js @@ -139,14 +139,13 @@ function pageUpdate() {

Playing ${activity.name} -
${activity.state || activity.assets.small_text}
${activity.details || activity.assets.large_text} +
${activity.state || activity.assets.small_text}

` } else { - console.log(get_img()) addedHTML += `

@@ -203,7 +202,5 @@ lanyard.addEventListener("message", (res) => { } else if (data.op == 0) { lanyardData = data.d pageUpdate() - } else { - console.log(data.d) } }) \ No newline at end of file diff --git a/static/style.css b/static/style.css index 84e3d7f..096c3c6 100644 --- a/static/style.css +++ b/static/style.css @@ -83,6 +83,7 @@ a { .activity > img { width: 128px; height: 128px; + min-height: 100%; aspect-ratio: 1/1; object-fit: cover; }