From adc3c91fe7b69acd6eea275bf6f8794e7f01a552 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Fri, 7 Apr 2023 15:46:05 -0700 Subject: [PATCH] tightened up spacing --- player.js | 2 +- style.css | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) 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 { -- 2.34.1