From 75c375a3e13de227b26b5aa8ebb3d8239ac7d861 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Tue, 26 Sep 2017 20:16:50 +1300 Subject: [PATCH] Moving context menu trigger to player on small devices, preventing blocking as mentioned in #205 --- src/scss/components/_context-menu.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/scss/components/_context-menu.scss b/src/scss/components/_context-menu.scss index ba33abc1..f04c8703 100755 --- a/src/scss/components/_context-menu.scss +++ b/src/scss/components/_context-menu.scss @@ -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; + } + } + } } } \ No newline at end of file