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 %}
- + + +