fix player css width

This commit is contained in:
ntr 2019-10-25 17:42:52 +11:00
parent b4b253ab86
commit 0172e1dba3

View File

@ -437,11 +437,12 @@
#targeting, .resolving-skill {
width: calc(100% - 1em);
}
}
.player {
width: calc(100% - 1em);
bottom: 3em;
height: calc(50% - 3em);
}
}
}