Fixed #65: truncated play icon
This commit is contained in:
parent
63542b411a
commit
b01ea2a77a
2 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue