Version 1.0.2 - Semi Fix Firefox Volume Bar

This commit is contained in:
CICD - Pipeline 2023-09-23 21:45:34 +02:00
parent 8de19ce191
commit 02b18d7ff0
4 changed files with 14 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[ [
{ {
"host": "lavalink.clxud.dev", "host": "omega.raphix.fr",
"port": 2333, "port": 2333,
"password": "youshallnotpass", "password": "youshallnotpass",
"retryAmount": 1 "retryAmount": 1

View File

@ -188,6 +188,6 @@
"deaf": false, "deaf": false,
"bio": "", "bio": "",
"banner": null, "banner": null,
"token": "df6bf93f-b890-4982-8b85-36df54af77f3" "token": "fdc6a37b-0696-4951-9c91-5c59494264ec"
} }
] ]

View File

@ -1,7 +1,7 @@
{ {
"name": "subsonics-web", "name": "subsonics-web",
"author": "Raphix", "author": "Raphix",
"version": "1.0.1", "version": "1.0.2",
"nodemonConfig": { "nodemonConfig": {
"ext": "js, html", "ext": "js, html",
"ignore": [ "ignore": [

View File

@ -565,8 +565,18 @@ p {
margin: 1vw; margin: 1vw;
margin-bottom: 0; margin-bottom: 0;
appearance: slider-vertical; appearance: slider-vertical;
} }
@-moz-document url-prefix() {
#volumeInput {
width: 10vw !important;
height: 20vh !important;
-moz-transform: rotate(-90deg);
}
}
#volumeTxt { #volumeTxt {
font-size: 1vw; font-size: 1vw;
margin: 1vw !important; margin: 1vw !important;
@ -721,6 +731,7 @@ p {
border-radius: 10px; border-radius: 10px;
} }
.number { .number {