diff --git a/components/NavBar/NavBar.vue b/components/NavBar/NavBar.vue
index 65e8ea0..a6cf15c 100644
--- a/components/NavBar/NavBar.vue
+++ b/components/NavBar/NavBar.vue
@@ -15,16 +15,14 @@
height: navBarHeight + 'px',
paddingTop: statusBarHeight + 'px',
backgroundColor: transparent ? 'transparent' : background,
- color: color
+ color: color,
+ boxSizing: 'border-box',
}"
>
- ‹
+ ‹
{{ title }}
@@ -33,7 +31,7 @@