Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #474 from OpenBazaar/patchModeratorCard
Browse files Browse the repository at this point in the history
Fix moderator card layout
  • Loading branch information
rmisio authored May 5, 2017
2 parents 6a5fc73 + 2e2309e commit f47f7c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/templates/moderatorCard.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%>

<div class="moderatorCardInner js-moderatorCard flexRow gutterH clrP <% if(!ob.valid) print('disabled'); if(!loaded) print('disabled');%>">
<div>
<div class="flexNoShrink">
<a class="userIcon disc clrBr2 clrSh1" style="<%= ob.getAvatarBgImage(ob.avatarHashes) %>"></a>
</div>
<div class="moderatorCardMiddle">
Expand Down Expand Up @@ -39,7 +39,7 @@
</div>
<% } %>
</div>
<div>
<div class="flexNoShrink">
<% if (ob.valid) { %>
<div class="flexColRows gutterV">
<button class="btn clrP clrBr selectBtn js-viewBtn">
Expand Down

0 comments on commit f47f7c2

Please sign in to comment.