oops, meant to do xl

main
psychobunny 8 years ago
parent 993486e7e4
commit 6cb68b9b76

@ -3,9 +3,9 @@
<div class="cover" component="account/cover" style="background-image: url({cover:url}); background-position: {cover:position};"> <div class="cover" component="account/cover" style="background-image: url({cover:url}); background-position: {cover:position};">
<div class="avatar-wrapper" data-uid="{uid}"> <div class="avatar-wrapper" data-uid="{uid}">
<!-- IF picture --> <!-- IF picture -->
<img src="{picture}" class="avatar avatar-lg avatar-rounded" /> <img src="{picture}" class="avatar avatar-xl avatar-rounded" />
<!-- ELSE --> <!-- ELSE -->
<div class="avatar avatar-lg avatar-rounded" style="background-color: {icon:bgColor};" title="{username}">{icon:text}</div> <div class="avatar avatar-xl avatar-rounded" style="background-color: {icon:bgColor};" title="{username}">{icon:text}</div>
<!-- ENDIF picture --> <!-- ENDIF picture -->
<i component="user/status" class="fa fa-circle status {status}" title="[[global:{status}]]"></i> <i component="user/status" class="fa fa-circle status {status}" title="[[global:{status}]]"></i>

Loading…
Cancel
Save