Skip to content

Commit ab4af82

Browse files
committed
chores
1 parent ed007c8 commit ab4af82

File tree

3 files changed

+1
-67
lines changed

3 files changed

+1
-67
lines changed

packages/gitbook/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"@gitbook/react-math": "workspace:*",
2929
"@gitbook/react-openapi": "workspace:*",
3030
"@radix-ui/react-checkbox": "^1.0.4",
31-
"@radix-ui/react-dialog": "^1.1.14",
3231
"@radix-ui/react-dropdown-menu": "^2.1.12",
3332
"@radix-ui/react-navigation-menu": "^1.2.3",
3433
"@radix-ui/react-popover": "^1.0.7",

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ export function Trademark(props: {
2929
'bottom-0',
3030
'lg:left-0',
3131

32-
'pt-2',
33-
'lg:pt-0',
34-
3532
'pointer-events-none',
3633
'sidebar-filled:pl-2',
3734
'sidebar-filled:pb-2',
@@ -43,8 +40,7 @@ export function Trademark(props: {
4340
'[html.sidebar-filled.theme-muted_&]:bg-tint-base',
4441
'[html.sidebar-filled.theme-bold.tint_&]:bg-tint-base',
4542

46-
'before:hidden',
47-
'lg:before:block',
43+
'before:block',
4844
'before:content-[""]',
4945
'before:absolute',
5046
'before:inset-x-0',

packages/gitbook/src/hooks/useIsMobile.ts

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)