Comment 3 for bug 802685

Revision history for this message
Cris Dywan (kalikiana) wrote :

That is looking nice. Clearly there's a cuple of details to get right, so let's consider on-going tweaks as part of this bug.

The theme has no avatars. If you want to try them put this at the bottom of main.css:

.avatar { float:left;width:64px;height:64px;padding:8px;display:none; }
.avatar[src^=file] { display:block; }

And inside Incoming/Content.html:

<img src="%userIconPath%" class="avatar">

How about different styling for "your" messages, do we want that? Should be straight-forward but the above theme doesn't support it.