Skip to content

Commit

Permalink
Rebuild 5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kirainmoe committed Aug 27, 2017
1 parent 9dd0767 commit 86a9ea4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/assets/muse-player-react-lite.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/assets/muse-player.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/containers/SelectorContainer.js
Expand Up @@ -60,14 +60,14 @@ export default class SelectorContainer extends Component
return (
<div className={ 'muse-selector' }>
<div
className={ 'muse-selector__previtem' }
className={ 'muse-selector_prev' }
title={ '上一首 (Previous)' }
onClick={ this.onPrevButtonClick }
>
<PrevButton />
</div>
<div
className={ 'muse-selector__nextitem' }
className={ 'muse-selector_next' }
title={ '下一首 (Next)' }
onClick={ this.onNextButtonClick }
>
Expand Down
4 changes: 2 additions & 2 deletions src/styles/default.styl
Expand Up @@ -253,7 +253,7 @@ Y8P 888 888 888 "Y88888 88888P' "Y8888 88888P' "Y8888 888 "Y888

transform(translateY(-50%));

.muse-selector__previtem, .muse-selector__nextitem {
.muse-selector_prev, .muse-selector_next {
width: 30px;
height: 30px;
text-align: center;
Expand All @@ -268,7 +268,7 @@ Y8P 888 888 888 "Y88888 88888P' "Y8888 88888P' "Y8888 888 "Y888
}
}

.muse-selector__nextitem {
.muse-selector_next {
float: right;
}
} //.muse-selector
Expand Down

0 comments on commit 86a9ea4

Please sign in to comment.