Skip to content
Snippets Groups Projects
Commit f6a3ed5b authored by Eliot Berriot's avatar Eliot Berriot
Browse files

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

Missing changelog for slider enhancement

See merge request funkwhale/funkwhale!319
parents f5f65ecf 9a9537f6
No related branches found
Tags 0.9
No related merge requests found
Make some space for the volume slider to allow precise control (#318)
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment