Skip to content

Commit

Permalink
Update GitBook trademark (GitbookIO#2305)
Browse files Browse the repository at this point in the history
  • Loading branch information
scazan authored May 2, 2024
1 parent 5db3cbc commit c8d5f82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/TableOfContents/TableOfContents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function TableOfContents(props: {
'dark:group-hover:[&::-webkit-scrollbar-thumb]:bg-light/3',
'navigation-open:flex', // can be auto height animated as such https://stackoverflow.com/a/76944290
'lg:-ml-5',
customization.trademark.enabled ? 'lg:pb-16' : 'lg:pb-4',
customization.trademark.enabled ? 'lg:pb-20' : 'lg:pb-4',
)}
>
<PagesList
Expand Down
10 changes: 7 additions & 3 deletions src/components/TableOfContents/Trademark.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,20 @@ export function TrademarkLink(props: {
'flex-row',
'items-center',
'hover:bg-dark/1',
'bg-light',
'dark:bg-dark',
'px-4',
'py-2',
'rounded-md',
'py-4',
'rounded-lg',
'straight-corners:rounded-none',
'hover:backdrop-blur-sm',
'lg:ring-0',
'tracking-[-0.016em]',
'dark:hover:bg-light/1',
'dark:ring-light/1',
'dark:font-normal',
'border',
'border-dark/2',
'dark:border-light/2',
)}
>
<IconLogo className={tcls('w-5', 'h-5', 'mr-3')} />
Expand Down

0 comments on commit c8d5f82

Please sign in to comment.