File tree Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Expand file tree Collapse file tree 6 files changed +10
-9
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import { createBaseItems } from './items'
2323import MiniSearch from 'minisearch'
2424import * as Sentry from '@sentry/react-native'
2525import { storage } from './storage'
26- import { defaultShortcuts } from 'lib/shorcuts '
26+ import { defaultShortcuts } from 'lib/shortcuts '
2727
2828const exprParser = new Parser ( )
2929
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { FileIcon } from 'components/FileIcon'
66import { Key } from 'components/Key'
77import { LoadingBar } from 'components/LoadingBar'
88import { MainInput } from 'components/MainInput'
9- import { renderToKeys } from 'lib/shorcuts '
9+ import { renderToKeys } from 'lib/shortcuts '
1010import { observer } from 'mobx-react-lite'
1111import { FC , useEffect , useRef } from 'react'
1212import {
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ export const General = observer(() => {
2020 return (
2121 < ScrollView
2222 showsVerticalScrollIndicator = { false }
23- StickyHeaderComponent = { ( ) => null }
24- className = "flex-1"
25- contentContainerClassName = "pb-5 px-5 -mt-4 gap-2" >
23+ automaticallyAdjustContentInsets
24+ className = "flex-1 -mt-10 "
25+ contentContainerClassName = "p-5 gap-2" >
2626 < View className = "flex-row items-center p-3 subBg rounded-lg border border-lightBorder dark:border-darkBorder" >
2727 < View className = "flex-1" >
2828 < Text className = "text-sm text" > Open at Login</ Text >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import clsx from 'clsx'
44import Favicon from 'components/Favicon'
55import { FileIcon } from 'components/FileIcon'
66import { MySwitch } from 'components/MySwitch'
7- import { renderToKeys } from 'lib/shorcuts '
7+ import { renderToKeys } from 'lib/shortcuts '
88import { observer } from 'mobx-react-lite'
99import {
1010 Image ,
Original file line number Diff line number Diff line change @@ -8,12 +8,13 @@ import { Assets } from 'assets'
88export const Scripts : FC = observer ( ( ) => {
99 const store = useStore ( )
1010 const username = solNative . userName ( )
11+
1112 return (
1213 < ScrollView
13- className = "flex-1"
14- contentContainerClassName = "-mt-4 pb-5 px-5 gap-2 flex-grow"
1514 showsVerticalScrollIndicator = { false }
16- StickyHeaderComponent = { ( ) => null }
15+ automaticallyAdjustContentInsets
16+ className = "flex-1 -mt-10"
17+ contentContainerClassName = "p-5 gap-2"
1718 >
1819 < View className = "flex-row items-center p-3 subBg rounded-lg border border-lightBorder dark:border-darkBorder mb-2" >
1920 < Image
You can’t perform that action at this time.
0 commit comments