fix(ui): fix dashboard search spaces layout for 1024px and below

This commit is contained in:
melvnl 2026-01-02 17:51:19 +07:00
parent 433ea169a6
commit c5b31bb7b5

View file

@ -28,7 +28,7 @@ export default function SearchSpacesPage() {
return (
<motion.div
className="container mx-auto py-10"
className="mx-auto max-w-5xl px-4 py-6 lg:py-10"
initial={{ opacity: 0 }}
animate={{ opacity: 1 }}
transition={{ duration: 0.5 }}