mirror of https://github.com/bra1n/townsquare.git
make pronouns tooltip appear on the left on the right hand side of the circle.
This commit is contained in:
parent
48eab1fa8c
commit
30ca53dde3
|
@ -292,6 +292,17 @@ export default {
|
||||||
left: 100%;
|
left: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
//show pronouns tooltip on the left
|
||||||
|
.pronouns {
|
||||||
|
right: 120%;
|
||||||
|
left: auto;
|
||||||
|
&:before {
|
||||||
|
border-right-color: transparent;
|
||||||
|
border-left-color: black;
|
||||||
|
right: auto;
|
||||||
|
left: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
} @else {
|
} @else {
|
||||||
// second half of players
|
// second half of players
|
||||||
z-index: $i - 1;
|
z-index: $i - 1;
|
||||||
|
|
Loading…
Reference in New Issue