diff --git a/src/web/app/mobile/views/pages/user.vue b/src/web/app/mobile/views/pages/user.vue index 90f49a99a..a9953fdd4 100644 --- a/src/web/app/mobile/views/pages/user.vue +++ b/src/web/app/mobile/views/pages/user.vue @@ -40,12 +40,14 @@ -
@@ -109,7 +111,6 @@ export default Vue.extend({ main > header - box-shadow 0 4px 4px rgba(0, 0, 0, 0.3) > .banner padding-bottom 33.3% @@ -207,7 +208,13 @@ main > i font-size 14px - > nav + > nav + position sticky + top 48px + box-shadow 0 4px 4px rgba(0, 0, 0, 0.3) + background-color #313a42 + z-index 1 + > .nav-container display flex justify-content center margin 0 auto