player widths calc

This commit is contained in:
ntr 2019-11-02 15:22:29 +11:00
parent 9294471f47
commit 18f2ab5f7a
2 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,6 @@
*PRODUCTION* *PRODUCTION*
* vbox phase skill list navigator (overlay maybe?)
* can't reset password without knowing password =\ * can't reset password without knowing password =\
* mobile styles * mobile styles
@ -19,6 +18,7 @@
* ACP * ACP
* essential * essential
* audio * audio
* treats * treats
* susbcriber gold name in instance * susbcriber gold name in instance

View File

@ -19,6 +19,9 @@
/* stops overflow */ /* stops overflow */
min-height: 0; min-height: 0;
min-width: 0; min-width: 0;
// timer is 0.25 w/ 1em margin
width: calc(90% - 1.25em);
} }
.player { .player {
@ -28,7 +31,6 @@
position: absolute; position: absolute;
bottom: 0; bottom: 0;
height: 50%; height: 50%;
width: 90%;
} }
.opponent { .opponent {
@ -37,7 +39,6 @@
position: absolute; position: absolute;
top: 0; top: 0;
height: 35%; height: 35%;
width: 90%;
margin-top: 0.5em; margin-top: 0.5em;
.game-construct { .game-construct {