diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index b06ddbf..5c0bf40 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -15,6 +15,7 @@ android:label="@string/title_activity_main" android:theme="@style/AppTheme.NoActionBarLaunch" android:launchMode="singleTask" + android:screenOrientation="portrait" android:exported="true"> diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest index f46954e..2358e36 100644 --- a/public/manifest.webmanifest +++ b/public/manifest.webmanifest @@ -7,7 +7,7 @@ "start_url": "/", "display": "fullscreen", "display_override": ["fullscreen", "standalone", "minimal-ui"], - "orientation": "any", + "orientation": "portrait", "background_color": "#060c1f", "theme_color": "#060c1f", "icons": [ diff --git a/src/components/GameTable.tsx b/src/components/GameTable.tsx index 12e8c4f..1b5f5cb 100644 --- a/src/components/GameTable.tsx +++ b/src/components/GameTable.tsx @@ -184,9 +184,9 @@ export function GameTable({ )} - {/* Felt table */} -
-
+ {/* Felt table — portrait proportions (tall, centered between HUD and hand) */} +
+
{/* opponent + partner seats */}