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,7 +437,6 @@
#targeting, .resolving-skill { #targeting, .resolving-skill {
width: calc(100% - 1em); width: calc(100% - 1em);
} }
}
.player { .player {
width: calc(100% - 1em); width: calc(100% - 1em);
@ -445,3 +444,5 @@
height: calc(50% - 3em); height: calc(50% - 3em);
} }
} }
}