mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 20:39:17 +02:00
add changelog and fix slider outline
This commit is contained in:
parent
f5f65ecf79
commit
9a9537f6e8
2 changed files with 4 additions and 0 deletions
1
changes/changelog.d/318.enhancement
Normal file
1
changes/changelog.d/318.enhancement
Normal file
|
@ -0,0 +1 @@
|
|||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue