fix room avatar offset

pull/454/head
Matthew Hodgson 2015-12-01 11:05:11 +00:00
parent 2bc3b665d2
commit 1896ab67d1
2 changed files with 3 additions and 2 deletions

View File

@ -15,6 +15,7 @@ limitations under the License.
*/ */
.mx_RoomAvatar { .mx_RoomAvatar {
vertical-align: middle;
} }
.mx_RoomAvatar_initial { .mx_RoomAvatar_initial {

View File

@ -25,12 +25,12 @@ limitations under the License.
display: table-cell; display: table-cell;
padding-right: 8px; padding-right: 8px;
padding-top: 4px; padding-top: 4px;
padding-bottom: 2px; padding-bottom: 4px;
padding-left: 18px; padding-left: 18px;
vertical-align: middle;
width: 24px; width: 24px;
height: 24px; height: 24px;
position: relative; position: relative;
vertical-align: middle;
} }
.mx_RoomTile_avatar img { .mx_RoomTile_avatar img {