]> git.dabkitsch.com - sfm-player.git/commitdiff
tightened up spacing
authorequilet <2237372+equilet@users.noreply.github.com>
Fri, 7 Apr 2023 22:46:05 +0000 (15:46 -0700)
committerequilet <2237372+equilet@users.noreply.github.com>
Fri, 7 Apr 2023 22:46:05 +0000 (15:46 -0700)
player.js
style.css

index 5ada359abe178974712448339f6c5b659aaeaabf..64d98849fadec1cd194e8a795e2ffd14428ff8b9 100644 (file)
--- a/player.js
+++ b/player.js
@@ -162,7 +162,7 @@ function parseJSON2(message) {
                console.log("not a show");
                track_title = "no episode title";
                artist_name = "no host/artist";
-               show_title = "no broadcast currently";
+               show_title = "no broadcast/show currently";
                player_status = "off the air"
                status_color = "#898989";
        }
index 53a5e367f20da793ded1f78e2684463e91efcd6e..a1176eb27979a3b9fd1bb2c1a55ab4f25a9ad592 100644 (file)
--- a/style.css
+++ b/style.css
@@ -8,7 +8,7 @@
        display: flex;
        flex-direction: column;
        justify-content: space-between;
-       gap: 0.5em;
+       gap: 0.8em;
 }
 
 #c-top {
@@ -84,9 +84,6 @@
 
 /* ---------------------------------------------------------- */
 .player-container {
-       margin: 10px;
-       padding: 30px;
-       /* border-radius: 15px 50px 30px; */ /* divergent radii */ 
 }
 
 .player-frame-bottom {