diff --git a/data/nodes.json b/data/nodes.json index 833230f..583b088 100644 --- a/data/nodes.json +++ b/data/nodes.json @@ -1,6 +1,6 @@ [ { - "host": "lavalink.clxud.dev", + "host": "omega.raphix.fr", "port": 2333, "password": "youshallnotpass", "retryAmount": 1 diff --git a/data/users.json b/data/users.json index 554594d..7e0484f 100644 --- a/data/users.json +++ b/data/users.json @@ -188,6 +188,6 @@ "deaf": false, "bio": "", "banner": null, - "token": "df6bf93f-b890-4982-8b85-36df54af77f3" + "token": "fdc6a37b-0696-4951-9c91-5c59494264ec" } ] \ No newline at end of file diff --git a/package.json b/package.json index 40782a3..ebfb0bf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "subsonics-web", "author": "Raphix", - "version": "1.0.1", + "version": "1.0.2", "nodemonConfig": { "ext": "js, html", "ignore": [ diff --git a/src/web/public/stylesheets/style.css b/src/web/public/stylesheets/style.css index c69e322..0060860 100644 --- a/src/web/public/stylesheets/style.css +++ b/src/web/public/stylesheets/style.css @@ -565,8 +565,18 @@ p { margin: 1vw; margin-bottom: 0; appearance: slider-vertical; + } +@-moz-document url-prefix() { + +#volumeInput { + width: 10vw !important; + height: 20vh !important; + -moz-transform: rotate(-90deg); +} + +} #volumeTxt { font-size: 1vw; margin: 1vw !important; @@ -721,6 +731,7 @@ p { border-radius: 10px; } + .number {