adjusted player menu styling for smaller screens (fixes #88)

This commit is contained in:
Steffen 2021-01-09 21:32:52 +01:00
parent 8c87f696d5
commit f6a7cbaf28
2 changed files with 7 additions and 1 deletions

View File

@ -675,7 +675,7 @@ li.move:not(.from) .player .overlay svg.move {
border: 10px solid transparent; border: 10px solid transparent;
border-right-color: black; border-right-color: black;
right: 100%; right: 100%;
bottom: 7px; bottom: 5px;
margin-right: 2px; margin-right: 2px;
} }

View File

@ -44,6 +44,12 @@
.player > .name { .player > .name {
top: 0; top: 0;
} }
.player > .menu {
bottom: 0;
&:before {
bottom: 0;
}
}
} }
// Old phones // Old phones