Fixed #65: truncated play icon

This commit is contained in:
Eliot Berriot 2018-02-26 21:31:39 +01:00
commit b01ea2a77a
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
2 changed files with 5 additions and 1 deletions

View file

@ -17,7 +17,7 @@
<table class="ui very basic fixed single line compact unstackable table">
<tbody>
<tr v-for="track in tracks">
<td>
<td class="play-cell">
<play-button class="basic icon" :track="track" :discrete="true"></play-button>
</td>
<td colspan="6">
@ -85,6 +85,9 @@ export default {
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped lang="scss">
table.fixed td.play-cell {
overflow: auto;
}
tr {
.favorite-icon:not(.favorited) {
display: none;