]> littlesong.place Git - littlesongplace.git/commitdiff
Minor tweaks
authorChris Fulljames <christianfulljames@gmail.com>
Sun, 23 Feb 2025 00:05:06 +0000 (19:05 -0500)
committerChris Fulljames <christianfulljames@gmail.com>
Sun, 23 Feb 2025 00:05:06 +0000 (19:05 -0500)
static/styles.css
templates/base.html
templates/news.html

index cc48dc6b3e39ba4cea438b5cb83c2f0d65cfe46c..d8e46e0451c0315968b545349f091bbc38b0d16c 100644 (file)
@@ -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;
index e940141c97419ea20ab149dddf641f4787f7240b..8a7474416e3c682d954783c400793351bc6dfe12 100644 (file)
@@ -30,7 +30,7 @@
                 <a href="/site-news">News</a>
 
                 <a href="/users/{{ session["username"] }}" class="nav-logged-in" id="my-profile" hidden>My Profile</a>
-                <a href="/activity"><span id="activity-indicator" hidden></span>Activity</a>
+                <a href="/activity" class="nav-logged-in" hidden><span id="activity-indicator" hidden></span>Activity</a>
                 <a href="/logout" class="nav-logged-in" hidden>Sign Out</a>
 
                 <a href="/signup" class="nav-logged-out">Create Account</a>
index 185b802178438a678fbfff9cbe4040df869b69e9..5c435902b7f38322f6f54ad90dbd9788c88611c5 100644 (file)
@@ -8,8 +8,8 @@
 
 <h2>2025-02-22 - Musical Continuity</h2>
 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.
 <ul>
     <li>Persistent audio player</li>