diff --git a/WORKLOG.md b/WORKLOG.md index 174a7073..e74e910a 100644 --- a/WORKLOG.md +++ b/WORKLOG.md @@ -3,7 +3,6 @@ *PRODUCTION* -* vbox phase skill list navigator (overlay maybe?) * can't reset password without knowing password =\ * mobile styles @@ -19,6 +18,7 @@ * ACP * essential + * audio * treats * susbcriber gold name in instance diff --git a/client/assets/styles/game.less b/client/assets/styles/game.less index 65ad6b25..17d9aeeb 100644 --- a/client/assets/styles/game.less +++ b/client/assets/styles/game.less @@ -19,6 +19,9 @@ /* stops overflow */ min-height: 0; min-width: 0; + + // timer is 0.25 w/ 1em margin + width: calc(90% - 1.25em); } .player { @@ -28,7 +31,6 @@ position: absolute; bottom: 0; height: 50%; - width: 90%; } .opponent { @@ -37,7 +39,6 @@ position: absolute; top: 0; height: 35%; - width: 90%; margin-top: 0.5em; .game-construct {