mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 13:19:28 +02:00
Added fix + changelog fragment for #838
This commit is contained in:
parent
622b39d555
commit
7bcf896f3a
2 changed files with 6 additions and 1 deletions
1
changes/changelog.d/838.bugfix
Normal file
1
changes/changelog.d/838.bugfix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Fixed issue with player changing height when hovering over the volume slider (#838)
|
|
@ -199,7 +199,6 @@
|
||||||
@click.prevent.stop="clean()"
|
@click.prevent.stop="clean()"
|
||||||
class="two wide column control">
|
class="two wide column control">
|
||||||
<i class="icons">
|
<i class="icons">
|
||||||
|
|
||||||
<i :class="['ui', 'trash', 'secondary', {'disabled': queue.tracks.length === 0}, 'icon']" ></i>
|
<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 :class="['ui corner large inverted', 'list', {'disabled': queue.tracks.length === 0}, 'icon']" ></i>
|
||||||
</i>
|
</i>
|
||||||
|
@ -926,6 +925,11 @@ export default {
|
||||||
animation-timing-function: linear;
|
animation-timing-function: linear;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icons {
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
i.icons .corner.icon {
|
i.icons .corner.icon {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
right: -0.3em;
|
right: -0.3em;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue