Skip to content

Commit 8d88eb6

Browse files
committed
Revamp mobile navigation
1 parent 098fe2d commit 8d88eb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/gitbook/src/components/TableOfContents/TableOfContents.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export function TableOfContents(props: {
3232

3333
'max-lg:fixed',
3434
'max-lg:z-50',
35+
'max-lg:py-2',
3536

3637
'max-lg:transition',
3738
'max-lg:ease-in-out',

packages/gitbook/src/components/TableOfContents/Trademark.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ export function Trademark(props: {
2626

2727
'left-2',
2828
'right-2',
29-
'bottom-2',
30-
'lg:bottom-0',
29+
'bottom-0',
3130
'lg:left-0',
3231

3332
'pt-2',

0 commit comments

Comments
 (0)