aboutsummaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-01-07 17:06:37 +0100
committerlonkaars <l.leblansch@gmail.com>2021-01-07 17:06:37 +0100
commitd336768c15fa5a1cbe5a4a051e749d00aa31be60 (patch)
tree085c51a7342c84a83abe1f6f19385734bbbfc40e /src/pages
parent5971b69a2990390529a6f8076331e3d7d10c9325 (diff)
zoekbalk + navbar icoon grootte
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/game.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pages/game.tsx b/src/pages/game.tsx
index 1725d09..f3feb89 100644
--- a/src/pages/game.tsx
+++ b/src/pages/game.tsx
@@ -32,7 +32,8 @@ var InviteButtonLabelStyle: CSSProperties = {
textAlign: "center",
color: "var(--text-alt)",
width: 136,
- fontSize: 20
+ fontSize: 20,
+ userSelect: "none"
}
export default function GamePage() {