From: equilet <2237372+equilet@users.noreply.github.com> Date: Fri, 7 Apr 2023 22:46:05 +0000 (-0700) Subject: tightened up spacing X-Git-Url: https://git.dabkitsch.com/?a=commitdiff_plain;h=adc3c91fe7b69acd6eea275bf6f8794e7f01a552;p=sfm-player.git tightened up spacing --- diff --git a/player.js b/player.js index 5ada359..64d9884 100644 --- 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"; } diff --git a/style.css b/style.css index 53a5e36..a1176eb 100644 --- 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 {