From 8581da1456518db238d39c7e4c527f1bc98e9dde Mon Sep 17 00:00:00 2001 From: Stig Nygaard Date: Thu, 12 Sep 2024 20:43:43 +0200 Subject: [PATCH] minor updates --- README.md | 2 +- widgets/tracks.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8731db5..0800595 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ supported by a custom backend "proxy-api". The latter is recommended because it throttling of requests to Last.fm's API. This repository not only holds the widget itself, but also a demo page and an example backend proxy-api. The -proxy-api is made in [Deno](https://deno.com/) (server-side typescript/javascript). Also, this repository is set +proxy-api is made in [Deno](https://deno.com/) (server-side javascript/typescript). Also, this repository is set up as a [Deno Deploy](https://deno.com/deploy) project. Any updates in main-branch are immediately deployed to https://lastfm-widgets.deno.dev/. diff --git a/widgets/tracks.css b/widgets/tracks.css index 2d9fc1d..3a439a6 100644 --- a/widgets/tracks.css +++ b/widgets/tracks.css @@ -234,7 +234,7 @@ a.username { background-color: #fbe9e9; padding-right: 4px; } -:host(.hide-albums) #playlist > div.albuminfo { +:host(.no-albums) #playlist > div.albuminfo { display: none; }