Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mélanie Chauvel
funkwhale
Commits
9650b6b1
Commit
9650b6b1
authored
Nov 21, 2020
by
Ciarán Ainsworth
Browse files
Added padding to volume slider
parent
ea4fc263
Changes
3
Hide whitespace changes
Inline
Side-by-side
changes/changelog.d/1241.enhancement
0 → 100644
View file @
9650b6b1
Added padding to volume slider to ease mouse control (#1241)
\ No newline at end of file
front/src/components/audio/VolumeControl.vue
View file @
9650b6b1
...
...
@@ -34,7 +34,7 @@
max=
"1"
v-model=
"sliderVolume"
/>
</div>
</button
class="circular
control"
>
</button>
</
template
>
<
script
>
import
{
mapState
,
mapGetters
,
mapActions
}
from
"
vuex
"
...
...
front/src/style/components/_volume_control.scss
View file @
9650b6b1
...
...
@@ -24,6 +24,7 @@
}
input
{
max-width
:
8
.5em
;
padding
:
1em
;
}
&
:not
(
:hover
)
:not
(
.expanded
)
.popup
{
display
:
none
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment