add changelog and fix slider outline

This commit is contained in:
Cherry 2018-07-11 19:54:27 +02:00
parent f5f65ecf79
commit 9a9537f6e8
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
Make some space for the volume slider to allow precise control (#318)

View File

@ -421,6 +421,9 @@ export default {
background: white;
opacity: 0.3;
}
input[type=range]::-moz-focus-outer {
border: 0;
}
input[type=range]::-moz-range-thumb {
background: white;
cursor: pointer;