Merge branch '838-hovering-volume-button-changes-player-s-height' into 'develop'

Resolve "Hovering volume button changes player's height"

Closes #838

See merge request funkwhale/funkwhale!768
environments/review-front-revi-ncqkze/deployments/1738
Eliot Berriot 2019-05-24 11:15:17 +02:00
commit 9bc3de0ef9
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

@ -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;