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 4848 "@styled-icons/fa-solid" : " ^10.47.0" ,
4949 "@styled-icons/styled-icon" : " ^10.7.1" ,
5050 "@types/lunr" : " ^2.3.7" ,
51- "@types/react-adaptive-hooks" : " 0.0.3" ,
5251 "@types/react-transition-group" : " ^4.4.12" ,
5352 "@types/styled-components" : " ^5.1.34" ,
5453 "babel-plugin-styled-components" : " ^2.1.4" ,
7776 "katex" : " 0.16.18" ,
7877 "prismjs" : " ^1.29.0" ,
7978 "react" : " ^18.2.0" ,
80- "react-device-detect" : " ^2.2.3" ,
8179 "react-dom" : " ^18.2.0" ,
8280 "react-helmet" : " ^6.1.0" ,
8381 "react-transition-group" : " ^4.4.5" ,
9492 "@types/react" : " ^18.3.18" ,
9593 "@types/react-dom" : " ^18.3.5" ,
9694 "@types/react-helmet" : " ^6.1.11" ,
97- "@types/react-test-renderer" : " ^18.0.5" ,
9895 "@typescript-eslint/eslint-plugin" : " ^8.18.2" ,
9996 "@typescript-eslint/parser" : " ^8.18.2" ,
10097 "babel-jest" : " ^29.7.0" ,
109106 "jest" : " ^29.7.0" ,
110107 "jest-environment-jsdom" : " ^29.7.0" ,
111108 "prettier" : " ^3.4.2" ,
112- "react-test-renderer" : " ^18.2.0" ,
113109 "typescript" : " ^5.7.2"
114110 }
115111}
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import { Container } from "../atoms/container";
66import { List } from "../atoms/list" ;
77import { Paragraph } from "../atoms/paragraph" ;
88import { Link } from "gatsby" ;
9- import { isIOS } from "react-device-detect" ;
109import { SearchResult } from "../lunr" ;
1110import { useSearch } from "../hooks/use-search" ;
1211import { borderRadius } from "../atoms/border-radius" ;
@@ -17,7 +16,7 @@ const SearchListContainer = styled(Container)`
1716 right: 0;
1817 left: 0;
1918 bottom: 0;
20- height: calc(100vh - 55px ${ isIOS ? " - 100px" : "" } ) ;
19+ height: 80vh ;
2120 overflow: scroll;
2221 ${ borderRadius } ;
2322` ;
You can’t perform that action at this time.
0 commit comments