mirror of https://github.com/bra1n/townsquare.git
adjusted player menu styling for smaller screens (fixes #88)
This commit is contained in:
parent
8c87f696d5
commit
f6a7cbaf28
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -44,6 +44,12 @@
|
||||||
.player > .name {
|
.player > .name {
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
.player > .menu {
|
||||||
|
bottom: 0;
|
||||||
|
&:before {
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Old phones
|
// Old phones
|
||||||
|
|
Loading…
Reference in New Issue