diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-01-07 17:06:37 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-01-07 17:06:37 +0100 |
commit | d336768c15fa5a1cbe5a4a051e749d00aa31be60 (patch) | |
tree | 085c51a7342c84a83abe1f6f19385734bbbfc40e /src/pages | |
parent | 5971b69a2990390529a6f8076331e3d7d10c9325 (diff) |
zoekbalk + navbar icoon grootte
Diffstat (limited to 'src/pages')
-rw-r--r-- | src/pages/game.tsx | 3 |
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() { |