adjust for folks that still have 175px profile photos
This commit is contained in:
parent
15e003f030
commit
5f5342c0d3
@ -45,6 +45,6 @@
|
||||
<div class="hz_name">{{$zcard.chan.xchan_name}}</div>
|
||||
<div class="hz_addr">{{$zcard.chan.channel_addr}}</div>
|
||||
</div>
|
||||
<div class="hz_profile_photo"><img src="{{$pphoto.href}}" alt="{{$zcard.chan.xchan_name}}" /></div>
|
||||
<div class="hz_profile_photo"><img style="width: 300px; height: 300px;" src="{{$pphoto.href}}" alt="{{$zcard.chan.xchan_name}}" /></div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user