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 ee21c69 commit 6d528ebCopy full SHA for 6d528eb
src/pages/Play/GameInterface.tsx
@@ -216,8 +216,8 @@ const GameInterface = (props: GameInterfaceProps) => {
216
alignItems: "center",
217
padding: "1rem",
218
fontFamily: "Arial, sans-serif",
219
- minWidth: "80vw",
220
- minHeight: "80vh",
+ width: "80vw",
+ height: "80vh",
221
gap: "1rem",
222
backgroundColor: "white",
223
borderRadius: "1rem",
src/pages/Play/components/HandStatus.tsx
@@ -18,7 +18,7 @@ function HandStatus(props: HandStatusProps) {
18
>
19
<div
20
style={{
21
- paddingTop: "0.5rem",
+ paddingTop: "1rem",
22
fontWeight: "500",
23
paddingLeft: "1rem",
24
fontSize: "1.5rem",
0 commit comments