2.2.8 Change Volume
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
padding: 5%;
|
||||
color: white;
|
||||
border-radius: 15px;
|
||||
background-color: rgb(38, 37, 37);
|
||||
background-color: #36374c;
|
||||
font-size: 12px;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
@ -25,7 +25,7 @@
|
||||
display: flex;
|
||||
color: white;
|
||||
border-radius: 15px;
|
||||
background-color: rgb(38, 37, 37);
|
||||
background-color: #36374c;
|
||||
font-size: 12px;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
@ -72,7 +72,7 @@
|
||||
padding: 5%;
|
||||
color: white;
|
||||
border-radius: 15px;
|
||||
background-color: rgb(38, 37, 37);
|
||||
background-color: #36374c;
|
||||
font-size: 12px;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
@ -226,9 +226,9 @@
|
||||
.online-light {
|
||||
|
||||
border-radius: 15%;
|
||||
background-color: rgb(55, 255, 37);
|
||||
background-color: #7a258d;
|
||||
padding: 2%;
|
||||
color: black;
|
||||
color: white;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
vertical-align: center;
|
||||
@ -253,8 +253,8 @@
|
||||
.showPicture {
|
||||
|
||||
margin-bottom: 10px;
|
||||
width: 120px;
|
||||
height: 90px;
|
||||
width: 140px;
|
||||
height: 110px;
|
||||
}
|
||||
|
||||
|
||||
@ -283,7 +283,8 @@
|
||||
}
|
||||
.bbar {
|
||||
width: 100%;
|
||||
padding: 10%;
|
||||
padding: 2%;
|
||||
padding-top: 10%;
|
||||
display: flex;
|
||||
display: flex;
|
||||
text-align: center;
|
||||
@ -461,7 +462,7 @@ input[type=range] {
|
||||
padding: 5%;
|
||||
color: white;
|
||||
border-radius: 15px;
|
||||
background-color: rgb(61, 61, 61);
|
||||
background-color: #464862;
|
||||
font-size: 12px;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
@ -601,6 +601,9 @@ ipc.on("actualize", (ev, data) => {
|
||||
|
||||
} else {
|
||||
|
||||
volCursor.disabled = true
|
||||
volCursor.classList.add("grised")
|
||||
volCursor.value = 0
|
||||
volPct.innerHTML = "0%"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user