Mobile player max-height; Animation for context menu; Removing more <button>s for .button; Force reset playback position on end

This commit is contained in:
James Barnsley
2018-11-18 12:54:13 +13:00
parent 6341bbb1ac
commit 57c2782917
20 changed files with 10568 additions and 13711 deletions

View File

@ -769,6 +769,10 @@ class ContextMenu extends React.Component{
if (this.state.submenu){
className += ' context-menu--submenu-expanded';
}
if (this.props.menu.closing){
className += ' context-menu--closing';
}
if (this.props.menu.position_x > (window.innerWidth - 174)){
style.left = 'auto';