Skip to content

Commit

Permalink
Fix player expand toggle being visible in non-small layout
Browse files Browse the repository at this point in the history
  • Loading branch information
z------------- committed Feb 21, 2018
1 parent b489ee5 commit 3519478
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/app/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,10 @@ cbus-episode {
margin: 0 5px;
color: $white;
}

.player_button--openclose {
display: none;
}
}

.player_current {
Expand Down Expand Up @@ -1397,7 +1401,7 @@ button.material {
}

.player_button--openclose {
// transition-property: transform;
display: inline-block !important;
}

.player_current, .player_right-buttons button:not(.player_button--openclose) {
Expand Down

0 comments on commit 3519478

Please sign in to comment.