We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d2425 commit 6e37859Copy full SHA for 6e37859
client/src/App.scss
@@ -752,7 +752,7 @@ header {
752
position: absolute;
753
z-index: 1850;
754
top: 25%;
755
- left: 40%;
+ left: 33%;
756
transition: all 0.3s ease;
757
animation: bubbleFood 5s linear infinite;
758
z-index: 1111;
client/src/components/screens/PlayScreen.jsx
@@ -6,7 +6,7 @@ export function PlayScreen() {
6
const { stats, hasMadeFirstPoint } = useGameState();
7
8
return (
9
- <Screen align="end">
+ <Screen align="end" showScoreboard>
10
<div id="results">
11
{ stats.clickStream.map((result, index) => (
12
<ClickResult key={index} result={result} />
0 commit comments