Skip to content

Commit

Permalink
styles: add padding on main content
Browse files Browse the repository at this point in the history
  • Loading branch information
pnxl committed Aug 14, 2023
1 parent ac4c185 commit 5ad8a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/dashboard/[workspace_id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ const Page: Component = () => {
<Show when={workspaces[params.workspace_id]}
fallback={<LoadingSection message="Our cats are gathering the files for this workspace!" />}
>
<section class="block h-full overflow-y-auto py-3 md:p-4">
<section class="block h-full overflow-y-auto py-16 md:p-4 md:py-3">
<div class="hidden h-auto w-full flex-row items-center justify-between gap-1 px-2 pb-1 pl-10 text-sm text-subtext0 md:flex">
<div class="flex flex-row">
<span class="w-100 lg:w-142">Name</span>
Expand Down

0 comments on commit 5ad8a8c

Please sign in to comment.