This repository was archived by the owner on Jan 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1
-120
lines changed
src/components/design-system/molecules Expand file tree Collapse file tree 3 files changed +1
-120
lines changed Original file line number Diff line number Diff line change 48
48
"@styled-icons/fa-solid" : " ^10.47.0" ,
49
49
"@styled-icons/styled-icon" : " ^10.7.1" ,
50
50
"@types/lunr" : " ^2.3.7" ,
51
- "@types/react-adaptive-hooks" : " 0.0.3" ,
52
51
"@types/react-transition-group" : " ^4.4.12" ,
53
52
"@types/styled-components" : " ^5.1.34" ,
54
53
"babel-plugin-styled-components" : " ^2.1.4" ,
77
76
"katex" : " 0.16.18" ,
78
77
"prismjs" : " ^1.29.0" ,
79
78
"react" : " ^18.2.0" ,
80
- "react-device-detect" : " ^2.2.3" ,
81
79
"react-dom" : " ^18.2.0" ,
82
80
"react-helmet" : " ^6.1.0" ,
83
81
"react-transition-group" : " ^4.4.5" ,
94
92
"@types/react" : " ^18.3.18" ,
95
93
"@types/react-dom" : " ^18.3.5" ,
96
94
"@types/react-helmet" : " ^6.1.11" ,
97
- "@types/react-test-renderer" : " ^18.0.5" ,
98
95
"@typescript-eslint/eslint-plugin" : " ^8.18.2" ,
99
96
"@typescript-eslint/parser" : " ^8.18.2" ,
100
97
"babel-jest" : " ^29.7.0" ,
109
106
"jest" : " ^29.7.0" ,
110
107
"jest-environment-jsdom" : " ^29.7.0" ,
111
108
"prettier" : " ^3.4.2" ,
112
- "react-test-renderer" : " ^18.2.0" ,
113
109
"typescript" : " ^5.7.2"
114
110
}
115
111
}
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import { Container } from "../atoms/container";
6
6
import { List } from "../atoms/list" ;
7
7
import { Paragraph } from "../atoms/paragraph" ;
8
8
import { Link } from "gatsby" ;
9
- import { isIOS } from "react-device-detect" ;
10
9
import { SearchResult } from "../lunr" ;
11
10
import { useSearch } from "../hooks/use-search" ;
12
11
import { borderRadius } from "../atoms/border-radius" ;
@@ -17,7 +16,7 @@ const SearchListContainer = styled(Container)`
17
16
right: 0;
18
17
left: 0;
19
18
bottom: 0;
20
- height: calc(100vh - 55px ${ isIOS ? " - 100px" : "" } ) ;
19
+ height: 80vh ;
21
20
overflow: scroll;
22
21
${ borderRadius } ;
23
22
` ;
You can’t perform that action at this time.
0 commit comments