Skip to content

Commit

Permalink
FIx style bug
Browse files Browse the repository at this point in the history
  • Loading branch information
trazyn committed Jun 21, 2018
1 parent 24e371c commit 62cc237
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/js/components/Controller/classes.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default theme => {
height: 50,
background: '#fff',
color: '#000',
zIndex: 99,

'& section': {
display: 'flex',
Expand Down Expand Up @@ -40,11 +41,11 @@ export default theme => {

'&:hover': {
'&, & $playing, & $buffering': {
height: 8,
height: 16,
},

'& $playing:after': {
bottom: 8,
bottom: 16,
}
},

Expand Down

0 comments on commit 62cc237

Please sign in to comment.