diff options
Diffstat (limited to 'src/view/shell/bottom-bar/BottomBarStyles.tsx')
-rw-r--r-- | src/view/shell/bottom-bar/BottomBarStyles.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/view/shell/bottom-bar/BottomBarStyles.tsx b/src/view/shell/bottom-bar/BottomBarStyles.tsx index d80914d09..62c677ced 100644 --- a/src/view/shell/bottom-bar/BottomBarStyles.tsx +++ b/src/view/shell/bottom-bar/BottomBarStyles.tsx @@ -14,7 +14,6 @@ export const styles = StyleSheet.create({ paddingRight: 10, }, bottomBarWeb: { - // @ts-ignore web-only position: 'fixed', }, ctrl: { @@ -46,7 +45,7 @@ export const styles = StyleSheet.create({ }, hasNewBadge: { position: 'absolute', - left: '52%', + left: '54%', marginLeft: 4, top: 10, width: 8, |