From fa38043a23ef95da6a332d0a757ae2554979d630 Mon Sep 17 00:00:00 2001 From: Raphix Date: Fri, 5 May 2023 19:16:19 +0200 Subject: [PATCH] 2.2.9 Change Some little thing --- infoupdate.html | 13 +++++++++++++ package.json | 2 +- templates/app/app.css | 29 ++++++++++++++++++++++++----- templates/app/app.html | 2 +- 4 files changed, 39 insertions(+), 7 deletions(-) diff --git a/infoupdate.html b/infoupdate.html index c9e8692..a54bb5b 100644 --- a/infoupdate.html +++ b/infoupdate.html @@ -1,3 +1,16 @@ +

Subsonics 2.2.9

+

Sortie le : 05/05/2022

+

Ajouts & Fixes :

+ +
+ +

Subsonics 2.2.8

Sortie le : 05/05/2022

Ajouts & Fixes :

diff --git a/package.json b/package.json index deaa090..e909424 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subsonics-manager", - "version": "2.2.8", + "version": "2.2.9", "description": "Manager for subsonics", "main": "main.js", "scripts": { diff --git a/templates/app/app.css b/templates/app/app.css index 265751b..02ec99c 100644 --- a/templates/app/app.css +++ b/templates/app/app.css @@ -259,10 +259,14 @@ .title { - margin-bottom: 10px; text-align: center; } +.title p { + + margin-bottom: 10px; +} + .grised { @@ -359,7 +363,7 @@ input[type=range] { .secondary { - background-color: #171A21; + background-color: #7a258d; color: white; border: none; border-radius: 100%; @@ -370,7 +374,7 @@ input[type=range] { transition: all 0.2s ease 0s; border: solid; border-width: 5px; - border-color: #171A21 ; + border-color: #7a258d ; } .secondary:active { @@ -381,7 +385,7 @@ input[type=range] { .primary { background-color: white ; - color: #171A21; + color: #7a258d; border: none; border-radius: 100%; font-size: 20px; @@ -470,6 +474,21 @@ input[type=range] { } +.favmenu { + + border: none; + padding-top: 5%; + padding-bottom: 5%; + color: white; + border-radius: 15px; + background-color: #464862; + font-size: 12px; + justify-content: space-between; + align-items: center; + width: 100%; + +} + .listTitle { color: white; @@ -566,7 +585,7 @@ input[type=range] { .song:hover { - background-color: #2d2d2d ; + background-color: #7a258d ; } diff --git a/templates/app/app.html b/templates/app/app.html index bcbc9aa..b476d5b 100644 --- a/templates/app/app.html +++ b/templates/app/app.html @@ -53,7 +53,7 @@ - +