diff --git a/shared/fs/nav-header/mobile-header.tsx b/shared/fs/nav-header/mobile-header.tsx index a321372357e6..f5fdb6f11d02 100644 --- a/shared/fs/nav-header/mobile-header.tsx +++ b/shared/fs/nav-header/mobile-header.tsx @@ -55,7 +55,7 @@ const NavMobileHeaderInner = (props: Props) => { return props.path === FS.defaultPath ? ( - + Files @@ -114,6 +114,10 @@ const styles = Kb.Styles.styleSheetCreate( padding: Kb.Styles.globalMargins.tiny, paddingBottom: Kb.Styles.globalMargins.xsmall + Kb.Styles.globalMargins.xxtiny, }, + rootContainer: Kb.Styles.platformStyles({ + isAndroid: {height: 56}, + isIOS: {height: 44}, + }), expandedTopContainer: Kb.Styles.platformStyles({ common: { alignItems: 'center',