big leave btn
This commit is contained in:
parent
c4f95d57f2
commit
babbeae3e0
@ -116,7 +116,7 @@ aside {
|
|||||||
flex: 0;
|
flex: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ready {
|
.ready, .quit {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -69,7 +69,7 @@ function GameCtrlBtns(args) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const readyBtn = <button disabled={animating} class="ready" onClick={() => sendReady()}>Ready</button>;
|
const readyBtn = <button disabled={animating} class="ready" onClick={() => sendReady()}>Ready</button>;
|
||||||
const quitBtn = <button disabled={animating} onClick={quitClick}>Back</button>;
|
const quitBtn = <button disabled={animating} class="quit" onClick={quitClick}>Back</button>;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div class="game-ctrl-btns">
|
<div class="game-ctrl-btns">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user