just commit
This commit is contained in:
@@ -133,8 +133,17 @@ h1 {
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
justify-content : center;
|
||||
}
|
||||
/*
|
||||
.muteEl {
|
||||
margin: auto;
|
||||
display: -webkit-flex;
|
||||
display: -moz-flex;
|
||||
display: -ms-flex;
|
||||
display: -o-flex;
|
||||
display: flex;
|
||||
}
|
||||
*/
|
||||
|
||||
DIV {
|
||||
text-align: center
|
||||
|
||||
@@ -61,11 +61,11 @@
|
||||
|
||||
<br>
|
||||
|
||||
<div>
|
||||
<button id="mute" class="mute_btn">
|
||||
<div class="volume-wrap">
|
||||
<button id="mute" class="mute_btn muteEl">
|
||||
<i class="fas fa-volume-up"></i>
|
||||
</button>
|
||||
<input id="volume" type="range" class="slider" min="0" max="10" value="1" step="0.1" />
|
||||
<input id="volume" type="range" class="slider muteEl" min="0" max="10" value="1" step="0.1" />
|
||||
</div>
|
||||
|
||||
<div id="jGrowl"></div>
|
||||
|
||||
@@ -23,7 +23,6 @@ function show()
|
||||
// Получение информации из файла
|
||||
var array = temp.toString().split("\n");
|
||||
|
||||
// .replace - удаление пробелов в начале и конце строки
|
||||
MPDartist = array[0];
|
||||
MPDsong = array[1];
|
||||
MPDfile = array[2].replace(/^vk_kun\//,'').replace(/\.mp3/,'');
|
||||
|
||||
Reference in New Issue
Block a user