diff --git a/docs/index.html b/docs/index.html index f646780..ff51fc4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,7 +5,7 @@ Gmemp - + @@ -45,7 +45,7 @@ - + diff --git a/docs/player.css b/docs/player.css index 5f85d3a..5367e5f 100644 --- a/docs/player.css +++ b/docs/player.css @@ -236,19 +236,6 @@ body { overflow: auto; top: 20%; left: 0; - display: -webkit-box; - display: -ms-flexbox; - /* display: flex; */ - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; } .list-song { width: 100%; diff --git a/docs/player.js b/docs/player.js index 6c72346..6ce43c0 100644 --- a/docs/player.js +++ b/docs/player.js @@ -406,4 +406,4 @@ function draw() { } } -console.log("\n %c Gmemp v1.1 %c https://github.com/Meekdai/Gmemp \n", "color: #fff; background-image: linear-gradient(90deg, rgb(47, 172, 178) 0%, rgb(45, 190, 96) 100%); padding:5px 1px;", "background-image: linear-gradient(90deg, rgb(45, 190, 96) 0%, rgb(255, 255, 255) 100%); padding:5px 0;"); +console.log("\n %c Gmemp v3.0 %c https://github.com/Meekdai/Gmemp \n", "color: #fff; background-image: linear-gradient(90deg, rgb(47, 172, 178) 0%, rgb(45, 190, 96) 100%); padding:5px 1px;", "background-image: linear-gradient(90deg, rgb(45, 190, 96) 0%, rgb(255, 255, 255) 100%); padding:5px 0;");