fix new ui bugs on profile page

This commit is contained in:
Lisa Passing 2015-07-15 18:22:43 +02:00
parent f6fec80b5d
commit 68ea7071e0
4 changed files with 8 additions and 5 deletions

View File

@ -154,7 +154,7 @@ p.profile-user-last
display: inline-block display: inline-block
padding: .2em .2em .2em .5em; padding: .2em .2em .2em .5em;
height: 28px; height: 28px;
vertical-align: middle; vertical-align: bottom;
.icon .icon
width: 14px width: 14px
height: 14px height: 14px
@ -199,7 +199,7 @@ p.profile-user-last
span span
display: inline-block display: inline-block
@media #{$large-up} @media #{$large-up}
width: grid-calc(18, 24) width: grid-calc(19, 24)
.profile-additional .profile-additional

View File

@ -22,7 +22,7 @@
{{/if}} {{/if}}
<div class="profile-header"> <div class="profile-header">
<h1>{{view.name}}</h1> <h1>{{user.name}}</h1>
</div> </div>
{{#if user.isSyncing}} {{#if user.isSyncing}}

View File

@ -1 +1,3 @@
{{outlet}} <article class="profile-main">
{{outlet}}
</article>

View File

@ -1,3 +1,4 @@
<article class="profile-main"> {{!-- <article class="profile-main">
{{outlet}} {{outlet}}
</article> </article>
--}}