diff --git a/package.json b/package.json index 58c2539..40782a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "subsonics-web", "author": "Raphix", - "version": "1.0.0", + "version": "1.0.1", "nodemonConfig": { "ext": "js, html", "ignore": [ diff --git a/src/web/public/images/logo-with-background.png b/src/web/public/images/logo-with-background.png new file mode 100644 index 0000000..20cf698 Binary files /dev/null and b/src/web/public/images/logo-with-background.png differ diff --git a/src/web/public/javascript/__index_script.js b/src/web/public/javascript/__index_script.js index 30e4b1a..1cdc2b1 100644 --- a/src/web/public/javascript/__index_script.js +++ b/src/web/public/javascript/__index_script.js @@ -354,7 +354,7 @@ function sendPlayList(key) { for(var user of resp) { - userToPush.push(`

${user.global_name}

${user.username}

`) + userToPush.push(`

${user.global_name}

${user.username}

`) } @@ -362,6 +362,8 @@ function sendPlayList(key) { playlist_popup.style.width = '170px' playlist_popup.style.top = (yMousePos - 30) + "px" playlist_popup.style.left = (xMousePos - 165) + "px" + playlist_popup.style.overflowY = "auto"; + playlist_popup.style.height = "250px" playlist_popup.classList.remove("invisible") diff --git a/src/web/public/stylesheets/style.css b/src/web/public/stylesheets/style.css index a607bcf..c69e322 100644 --- a/src/web/public/stylesheets/style.css +++ b/src/web/public/stylesheets/style.css @@ -1093,7 +1093,7 @@ p { width: 3vw; height: 3vw; - margin-right: 10%; + margin-right: 0.5vw; }