mobile timer fixes

This commit is contained in:
ntr 2019-05-01 13:54:03 +10:00
parent 9e1795ca26
commit 001e5e813b

View File

@ -380,6 +380,7 @@ header {
.timer-container { .timer-container {
display: flex; display: flex;
flex: 1 1 100%; flex: 1 1 100%;
width: 100%;
height: 0.25em; height: 0.25em;
border: none; border: none;
@ -932,6 +933,11 @@ CRYP DAMAGE
width: 100%; width: 100%;
} }
.game .timer-container {
order: 5;
flex: unset;
}
.cryp-skill-btn { .cryp-skill-btn {
flex: 1; flex: 1;
font-size: 16pt; font-size: 16pt;