From 739bf6c001512c4b9e0a916f4d558edacd97361e Mon Sep 17 00:00:00 2001 From: Carey Metcalfe Date: Sun, 22 Oct 2017 21:47:43 -0400 Subject: [PATCH] Make more space for song details --- app/styles/Style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/styles/Style.css b/app/styles/Style.css index 49a4bf1..783c075 100644 --- a/app/styles/Style.css +++ b/app/styles/Style.css @@ -1286,7 +1286,7 @@ ul.songlist li:hover .playeractions { height: 25px; - margin: 18px 9px 18px 20px; + margin: 18px 0px 18px 9px; width: 85px; } #playermiddle @@ -1306,7 +1306,7 @@ ul.songlist li:hover } #songdetails { - width: 322px; + width: 342px; margin: 6px; float: left; cursor: pointer; @@ -1338,7 +1338,7 @@ ul.songlist li:hover list-style-type: none; margin: 4px 0 2px 0; padding: 0; - width: 205px; + width: 225px; overflow: hidden; white-space: nowrap; float: left;