Added fix + changelog fragment for #838

This commit is contained in:
Ciarán Ainsworth 2019-05-23 19:18:37 +01:00 committed by Eliot Berriot
parent ae8df9b03e
commit 3ce247763c
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1 @@
Fixed issue with player changing height when hovering over the volume slider (#838)

View File

@ -199,7 +199,6 @@
@click.prevent.stop="clean()"
class="two wide column control">
<i class="icons">
<i :class="['ui', 'trash', 'secondary', {'disabled': queue.tracks.length === 0}, 'icon']" ></i>
<i :class="['ui corner large inverted', 'list', {'disabled': queue.tracks.length === 0}, 'icon']" ></i>
</i>
@ -926,6 +925,11 @@ export default {
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.icons {
position: absolute;
}
i.icons .corner.icon {
font-size: 1em;
right: -0.3em;