change appearance of the alt volume slider
This commit is contained in:
parent
f76fa0bd1f
commit
71d75f4fae
2 changed files with 15 additions and 1 deletions
|
@ -168,7 +168,7 @@
|
|||
</div>
|
||||
</transition>
|
||||
<div class="app-sidebar-footer">
|
||||
<input type="range" class="display--small" step="0.01" min="0" max="1" v-model="mk.volume"
|
||||
<input type="range" class="web-slider display--small" step="0.01" min="0" max="1" v-model="mk.volume"
|
||||
v-if="typeof mk.volume != 'undefined'">
|
||||
<button class="app-sidebar-button" style="width:100%"
|
||||
@click="chrome.menuOpened = !chrome.menuOpened">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue