Skip to content

Commit

Permalink
Left sidebar scroll padding
Browse files Browse the repository at this point in the history
  • Loading branch information
pogseal committed Aug 23, 2024
1 parent 133a8a0 commit 4d4837f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/routes/_site+/_components/Column-2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function ColumnTwo({
<section className="bg-2 border-color shadow-1 z-50 border-r laptop:shadow-sm laptop:shadow-1">
<div
className="fixed bottom-0 flex flex-col top-0 z-50 mx-auto h-full overflow-y-auto shadow-sm
max-laptop:hidden laptop:w-[60px] desktop:w-[229px] pb-28
max-laptop:hidden laptop:w-[60px] desktop:w-[229px] laptop:pb-72
dark:scrollbar-thumb-dark500 dark:scrollbar-track-bg2Dark
scrollbar-thumb-zinc-200 scrollbar-track-zinc-50 scrollbar"
>
Expand Down
2 changes: 1 addition & 1 deletion app/routes/_site+/_components/Column-4.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export function ColumnFour() {
{groupedTrendingPages.length > 0 ? (
<>
<TabGroup
className="flex-grow overflow-auto max-h-[670px] z-20 dark:bg-dark350 scrollbar
className="flex-grow overflow-auto max-h-[672px] z-20 scrollbar
dark:scrollbar-thumb-zinc-500 dark:scrollbar-track-dark450
scrollbar-thumb-zinc-300 scrollbar-track-zinc-100"
>
Expand Down
2 changes: 1 addition & 1 deletion app/routes/_site+/privacy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function PolicyTemplate({
domain: string;
}) {
return (
<div className="relative z-20 mx-auto pt-24 laptop:pt-8 max-w-[680px] max-laptop:px-4">
<div className="relative z-20 mx-auto pt-24 laptop:pt-8 max-w-[728px] max-laptop:px-4">
<h1 className="pb-4 font-header text-xl font-bold">Privacy policy</h1>
<div className="pb-10">
<Text className="pb-4">
Expand Down

0 comments on commit 4d4837f

Please sign in to comment.