Make the avatar's dimensions settable

This commit is contained in:
JC Brand 2017-06-13 18:53:20 +02:00
parent 2d4159802e
commit 19d51f559d

View File

@ -1 +1 @@
<canvas height="32px" width="32px" class="avatar"></canvas>
<canvas height="{{height}}px" width="{{width}}px" class="avatar"></canvas>