Skip to content

Commit

Permalink
fixes avatar bug hiding logout button on app
Browse files Browse the repository at this point in the history
  • Loading branch information
markharding committed Jun 23, 2015
1 parent 8bdf629 commit 6b094c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/templates/channels/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<label class="item item-input" ng-click="changeAvatar()">
<span class="input-label">Avatar</span>
<img id="avatar" ng-src="{{channel.avatar_url.large}}/{{cb}}" style="max-width:60%; min-height:100px; display:block; margin:auto;"/>
<img id="avatar" ng-src="{{channel.avatar_url.large}}/{{cb}}" style="max-width:60%; min-height:100px; max-height:100px; display:block; margin:auto;"/>
</label>
<label class="item item-input" ng-click="addBanner()">
<span class="input-label">Add a banner</span>
Expand Down

0 comments on commit 6b094c3

Please sign in to comment.