diff --git a/src/view/com/util/ViewHeader.tsx b/src/view/com/util/ViewHeader.tsx
index e4627071..a4c44c12 100644
--- a/src/view/com/util/ViewHeader.tsx
+++ b/src/view/com/util/ViewHeader.tsx
@@ -54,13 +54,13 @@ export const ViewHeader = observer(function ViewHeader({
style={canGoBack ? styles.backIcon : styles.backIconWide}>
{canGoBack ? (
) : (
-
+
{title}
{subtitle ? (
{subtitle}
@@ -83,34 +83,28 @@ export const ViewHeader = observer(function ViewHeader({
-
+ style={[styles.btn, {marginLeft: 4}]}>
+
{!store.session.online ? (
{store.session.attemptingConnect ? (
) : (
<>
-
+
>
)}
@@ -139,8 +133,8 @@ const styles = StyleSheet.create({
maxWidth: 200,
},
- backIcon: {width: 30, height: 30},
- backIconWide: {width: 40, height: 30},
+ backIcon: {width: 40, height: 40},
+ backIconWide: {width: 50, height: 40},
btn: {
flexDirection: 'row',
alignItems: 'center',