From 001e5e813baedf7b631daf5113520a41d8296ede Mon Sep 17 00:00:00 2001 From: ntr Date: Wed, 1 May 2019 13:54:03 +1000 Subject: [PATCH] mobile timer fixes --- client/cryps.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/cryps.css b/client/cryps.css index e95eb617..8d25d6c1 100644 --- a/client/cryps.css +++ b/client/cryps.css @@ -380,6 +380,7 @@ header { .timer-container { display: flex; flex: 1 1 100%; + width: 100%; height: 0.25em; border: none; @@ -932,6 +933,11 @@ CRYP DAMAGE width: 100%; } + .game .timer-container { + order: 5; + flex: unset; + } + .cryp-skill-btn { flex: 1; font-size: 16pt;