From 89dc500b7fd0ed519a7c5878c237eb28a90dd551 Mon Sep 17 00:00:00 2001 From: Sijmen Date: Thu, 27 Apr 2023 04:03:52 +0200 Subject: [PATCH] Open album art in new tab when clicking on it --- templates/index.html | 4 ++++ templates/player.html | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index b4405f7..45bd2c3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -166,7 +166,11 @@ background-color: #445; width: 80px; height: 80px; + transition: transform 200ms ease-in-out; } + .nowplaying .albumart:hover { + transform: scale(1.05); + }; .nowplaying .metadata { flex: 1; diff --git a/templates/player.html b/templates/player.html index 522e22a..e16c6cd 100644 --- a/templates/player.html +++ b/templates/player.html @@ -4,7 +4,9 @@
{% if let Some(song) = song %}
- + + +