Put avatars in detail view on the right side, a la Mail.

This commit is contained in:
Brent Simmons 2017-12-30 10:02:46 -08:00
parent 5dd20264bf
commit f812209d06
2 changed files with 3 additions and 2 deletions

View File

@ -66,7 +66,8 @@ a:hover {
color: rgba(0, 0, 0, 0.3);
}
.headerTable {
widtdh: 100%;
width: 100%;
height: 68px;
}
.avatar img {
border-radius: 7px;

View File

@ -3,8 +3,8 @@
<div class="headerContainer">
<table cellpadding=0 cellspacing=0 border=0 class="headerTable">
<tr>
<td class="header leftAlign avatar">[[avatars]]</td>
<td class="header leftAlign">[[favicon]] <b>[[feedlink]]</b><br />[[byline]]</td>
<td class="header rightAlign avatar">[[avatars]]</td>
</tr>
</table>
</div>