From: Chris Fulljames Date: Sun, 23 Feb 2025 00:05:06 +0000 (-0500) Subject: Minor tweaks X-Git-Url: https://littlesong.place/gitweb/?a=commitdiff_plain;h=4f641f657fef5651cdc888880b4f279955e540d6;p=littlesongplace.git Minor tweaks --- diff --git a/static/styles.css b/static/styles.css index cc48dc6..d8e46e0 100644 --- a/static/styles.css +++ b/static/styles.css @@ -252,6 +252,10 @@ input[type=file] { opacity: 50%; } +.playlist-name { + text-decoration: none; +} + .draggable-song { box-shadow: 0px 0px 5px 0px; border-radius: 10px; diff --git a/templates/base.html b/templates/base.html index e940141..8a74744 100644 --- a/templates/base.html +++ b/templates/base.html @@ -30,7 +30,7 @@ News - Activity + Create Account diff --git a/templates/news.html b/templates/news.html index 185b802..5c43590 100644 --- a/templates/news.html +++ b/templates/news.html @@ -8,8 +8,8 @@

2025-02-22 - Musical Continuity

The song player now persists between pages as you navigate around the site, so -the music isn't interrupted when you go to someone's profile or comment on a -song! It will continue playing the songs from the original page until you +the music isn't interrupted when you comment on a song or visit someone's +profile! It will continue playing the songs from the original page until you click the play button on a new song.