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 {
vertical-align: middle;
}
.mx_RoomAvatar_initial {

View File

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