Moving context menu trigger to player on small devices, preventing blocking as mentioned in #205

This commit is contained in:
James Barnsley
2017-09-26 20:16:50 +13:00
parent 19b4af6547
commit 75c375a3e1

View File

@ -343,5 +343,21 @@
background: darken($blue, 10%);
}
}
@include responsive( $bp_medium ){
.context-menu-trigger {
bottom: 8px;
right: 43px;
width: 32px;
height: 8px;
padding: 12px 0;
z-index: 102;
.dot {
width: 5px;
height: 5px;
}
}
}
}
}