File tree Expand file tree Collapse file tree 3 files changed +1
-67
lines changed
components/TableOfContents Expand file tree Collapse file tree 3 files changed +1
-67
lines changed Original file line number Diff line number Diff line change 28
28
"@gitbook/react-math" : " workspace:*" ,
29
29
"@gitbook/react-openapi" : " workspace:*" ,
30
30
"@radix-ui/react-checkbox" : " ^1.0.4" ,
31
- "@radix-ui/react-dialog" : " ^1.1.14" ,
32
31
"@radix-ui/react-dropdown-menu" : " ^2.1.12" ,
33
32
"@radix-ui/react-navigation-menu" : " ^1.2.3" ,
34
33
"@radix-ui/react-popover" : " ^1.0.7" ,
Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ export function Trademark(props: {
29
29
'bottom-0' ,
30
30
'lg:left-0' ,
31
31
32
- 'pt-2' ,
33
- 'lg:pt-0' ,
34
-
35
32
'pointer-events-none' ,
36
33
'sidebar-filled:pl-2' ,
37
34
'sidebar-filled:pb-2' ,
@@ -43,8 +40,7 @@ export function Trademark(props: {
43
40
'[html.sidebar-filled.theme-muted_&]:bg-tint-base' ,
44
41
'[html.sidebar-filled.theme-bold.tint_&]:bg-tint-base' ,
45
42
46
- 'before:hidden' ,
47
- 'lg:before:block' ,
43
+ 'before:block' ,
48
44
'before:content-[""]' ,
49
45
'before:absolute' ,
50
46
'before:inset-x-0' ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments