sounds + layout

This commit is contained in:
Stefan
2025-11-24 16:12:58 +01:00
parent 1f2300e476
commit b923f68841
10 changed files with 234 additions and 140 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ React to this exchange as the player.
if (!apiKey) return null;
return (
<div className="bg-white dark:bg-gray-800 rounded-lg shadow-lg border border-gray-200 dark:border-gray-700 h-[600px] flex flex-col">
<div className="bg-white dark:bg-gray-800 rounded-lg shadow-lg border border-gray-200 dark:border-gray-700 h-[400px] md:h-[600px] flex flex-col">
{/* Header */}
<div className="p-4 border-b border-gray-200 dark:border-gray-700 flex items-center gap-3 bg-gray-50 dark:bg-gray-900 rounded-t-lg">
<div className="text-2xl">{personality.image}</div>