mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-09 07:42:39 +02:00
fix(ui): fix dashboard search spaces layout for 1024px and below
This commit is contained in:
parent
433ea169a6
commit
c5b31bb7b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue