ui improvement + fix search card in deck manager that leaded to a crash when card was found

This commit is contained in:
2025-11-25 18:38:09 +01:00
parent 7e1cd5f9bd
commit 4a28f5f1ec
13 changed files with 107 additions and 79 deletions

View File

@@ -480,7 +480,7 @@ export default function Community() {
// ============ MAIN VIEW ============
return (
<div className="bg-gray-900 text-white min-h-screen">
<div className="relative bg-gray-900 text-white md:min-h-screen">
{/* Header */}
<div className="sticky top-0 bg-gray-900/95 backdrop-blur border-b border-gray-800 p-3 z-10">
<h1 className="text-xl font-bold mb-3">Community</h1>