This commit is contained in:
vapormusic 2021-12-26 21:26:14 +07:00
commit 1d36e3e56c
2 changed files with 10 additions and 1 deletions

View file

@ -633,10 +633,18 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
}
.app-chrome .app-chrome-item.volume {
width: 80px;
width: 100px;
margin-right: 6px;
}
.app-chrome-item.volume-icon {
filter: contrast(0);
background-image: url(http://localhost:9000/assets/volume-up.svg);
height: 15px;
width: 30px;
background-repeat: no-repeat;
}
.app-chrome .app-chrome-item.volume>input[type=range]::-webkit-slider-thumb {
transition: all var(--appleTransition);
}