mirror of https://github.com/buster-so/buster.git
add some scrollable padding
This commit is contained in:
parent
6c6b9a3109
commit
223a38d2f5
|
@ -11,7 +11,7 @@ export const Route = createFileRoute('/app/_app/home/shortcuts')({
|
|||
|
||||
function RouteComponent() {
|
||||
return (
|
||||
<div className="mt-12 mx-auto w-full min-w-0 px-8">
|
||||
<div className="mt-12 mx-auto w-full min-w-0 px-8 mb-6">
|
||||
<div className="min-w-[500px] max-w-[730px] mx-auto">
|
||||
<ShortcutsController />
|
||||
<Outlet />
|
||||
|
|
Loading…
Reference in New Issue