added a max width and overflow hidden to the pronouns tooltip to stop it getting too long

This commit is contained in:
Dave 2021-02-28 13:26:58 +00:00
parent b9bd77789a
commit f670193fba
1 changed files with 2 additions and 0 deletions

View File

@ -675,6 +675,7 @@ li.move:not(.from) .player .overlay svg.move {
.pronouns {
display: inline-flex;
position: absolute;
max-width: 250px;
padding: 5px 10px;
left: 110%;
font-size: 80%;
@ -687,6 +688,7 @@ li.move:not(.from) .player .overlay svg.move {
align-content: center;
align-items: center;
pointer-events: none;
overflow: hidden;
opacity: 0;
transition: opacity 200ms ease-in-out;