1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-07 11:03:30 +00:00

custom letter avatar directive

This commit is contained in:
Kyle Spearrin
2017-04-05 23:20:51 -04:00
parent ea5dc4b7fc
commit fe039f7b35
11 changed files with 154 additions and 22 deletions

View File

@@ -36,7 +36,9 @@
</div>
</div>
<div class="col-sm-3 settings-photo">
<ng-letter-avatar data="{{model.profile.name || model.email}}"></ng-letter-avatar>
<letter-avatar data="{{model.profile.name || model.email}}" round="false"
class="img-responsive img-rounded" width="200" height="200"
fontsize="90"></letter-avatar>
</div>
</div>
</div>