diff --git a/app/styles/app/layouts/profile.sass b/app/styles/app/layouts/profile.sass index 479bf037..f9a135d5 100644 --- a/app/styles/app/layouts/profile.sass +++ b/app/styles/app/layouts/profile.sass @@ -154,7 +154,7 @@ p.profile-user-last display: inline-block padding: .2em .2em .2em .5em; height: 28px; - vertical-align: middle; + vertical-align: bottom; .icon width: 14px height: 14px @@ -199,7 +199,7 @@ p.profile-user-last span display: inline-block @media #{$large-up} - width: grid-calc(18, 24) + width: grid-calc(19, 24) .profile-additional diff --git a/app/templates/account.hbs b/app/templates/account.hbs index 3b56f897..3b813080 100644 --- a/app/templates/account.hbs +++ b/app/templates/account.hbs @@ -22,7 +22,7 @@ {{/if}}
-

{{view.name}}

+

{{user.name}}

{{#if user.isSyncing}} diff --git a/app/templates/profile.hbs b/app/templates/profile.hbs index c24cd689..f5977610 100644 --- a/app/templates/profile.hbs +++ b/app/templates/profile.hbs @@ -1 +1,3 @@ -{{outlet}} +
+ {{outlet}} +
\ No newline at end of file diff --git a/app/templates/profile/show.hbs b/app/templates/profile/show.hbs index e772d428..f1f831bf 100644 --- a/app/templates/profile/show.hbs +++ b/app/templates/profile/show.hbs @@ -1,3 +1,4 @@ -
+{{!--
{{outlet}}
+ --}} \ No newline at end of file