hide closing icon, make avatars a bit larger
This commit is contained in:
parent
51477b6938
commit
6a3a70bfe2
|
@ -61,8 +61,8 @@
|
|||
.media-elem
|
||||
width: 12%
|
||||
img
|
||||
width: 2rem
|
||||
height: 2rem
|
||||
width: 2.2rem
|
||||
height: 2.2rem
|
||||
border-radius: 50%
|
||||
.media-body
|
||||
width: 88%
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
{{else}}
|
||||
<div class="sync-button">
|
||||
<button {{action sync}} class="button">
|
||||
<span class="icon icon-sync"></span>Sync for all users
|
||||
<span class="icon icon-sync"></span>Sync
|
||||
</button>
|
||||
<p class="sync-last">last synced {{format-time user.syncedAt}}</p>
|
||||
</div>
|
||||
|
@ -28,7 +28,7 @@
|
|||
</header>
|
||||
|
||||
<section class="profile-getstarted">
|
||||
<a href="#" class="dismiss"><span class="icon icon--dismiss-grey"></span></a>
|
||||
{{!-- <a href="#" class="dismiss"><span class="icon icon--dismiss-grey"></span></a> --}}
|
||||
<ol class="row">
|
||||
<li class="columns medium-4">
|
||||
<figure>
|
||||
|
|
Loading…
Reference in New Issue
Block a user