diff --git a/src/components/Player.vue b/src/components/Player.vue index ecfd808..91f8f5a 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -675,7 +675,7 @@ li.move:not(.from) .player .overlay svg.move { border: 10px solid transparent; border-right-color: black; right: 100%; - bottom: 7px; + bottom: 5px; margin-right: 2px; } diff --git a/src/media.scss b/src/media.scss index 85269dd..a42afbe 100644 --- a/src/media.scss +++ b/src/media.scss @@ -44,6 +44,12 @@ .player > .name { top: 0; } + .player > .menu { + bottom: 0; + &:before { + bottom: 0; + } + } } // Old phones