Skip to content

Commit

Permalink
force alignment on aplayer-info and aplayer-list, fix #41
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenOutman committed May 18, 2018
1 parent b4f58c4 commit 01cc205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/aplayer-list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
transition: all 0.2s ease;
overflow: hidden;
margin: 0;
text-align: start;
&:first-child {
border-top: none;
Expand Down
1 change: 1 addition & 0 deletions src/vue-aplayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,7 @@
display: flex;
flex-direction: column;
text-align: start;
padding: 14px 7px 0 10px;
height: $aplayer-height;
box-sizing: border-box;
Expand Down

0 comments on commit 01cc205

Please sign in to comment.