@lls/lls-audio 0.0.9 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/lls-audio",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "main": "index.js",
5
5
  "devDependencies": {
6
6
  "@kadira/storybook": "^2.21.0",
package/player/index.js CHANGED
@@ -167,7 +167,7 @@ var Player = function (_Component) {
167
167
 
168
168
  return _react2.default.createElement(
169
169
  'div',
170
- { className: (0, _noImportant.css)(styles.player) },
170
+ { className: 'Audio_player ' + (0, _noImportant.css)(styles.player) },
171
171
  _react2.default.createElement(
172
172
  'div',
173
173
  { className: (0, _noImportant.css)(styles.play_and_stop), onClick: function onClick() {
@@ -44,12 +44,11 @@ exports.default = {
44
44
  display: 'inline-block',
45
45
  width: 'calc(100% - 438px)',
46
46
  borderRight: '1px solid #e5e5e5',
47
- height: '100%',
47
+ height: 60,
48
48
  padding: '12px 30px 0px 30px',
49
49
  position: 'relative'
50
50
  },
51
51
  repeat_menu: _extends({}, styleDisplayInlineBlock, {
52
- height: '100%',
53
52
  padding: '25px 13px',
54
53
  borderRight: '1px solid #e5e5e5'
55
54
  }),