From c5b0f0285ee8d5121b6229c4c0de6e52828c49c6 Mon Sep 17 00:00:00 2001 From: aenonGit Date: Tue, 3 Nov 2020 14:29:10 +0100 Subject: [PATCH] increase right marging in RoomsListView Header takes into account long names on small screen which led to overlapping title and right buttons on the header bar --- app/containers/Header/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/containers/Header/index.js b/app/containers/Header/index.js index 95ba8c7a20..efb98b65d7 100644 --- a/app/containers/Header/index.js +++ b/app/containers/Header/index.js @@ -23,7 +23,7 @@ export const getHeaderHeight = (isLandscape) => { export const getHeaderTitlePosition = insets => ({ left: 60 + insets.left, - right: 80 + insets.right + right: 140 + insets.right }); const styles = StyleSheet.create({