Merge branch '318-add-changelog' into 'develop'

Missing changelog for slider enhancement

See merge request funkwhale/funkwhale!319
This commit is contained in:
Eliot Berriot 2018-07-11 18:00:02 +00:00
commit f6a3ed5bb9
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;