Added volume icon (because we needed one feel free to edit or whatever)
This commit is contained in:
parent
7bba73f147
commit
45c9c54032
2 changed files with 10 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -105,6 +105,7 @@
|
|||
</div>
|
||||
<div class="app-chrome--right">
|
||||
<div class="app-chrome-item volume display--large">
|
||||
<div class="app-chrome-item volume-icon"></div>
|
||||
<input type="range" class="" step="0.01" min="0" max="1" v-model="mk.volume"
|
||||
v-if="typeof mk.volume != 'undefined'">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue