bring back small avatars for info msgs otherwise the design breaks

pull/2163/head
Matthew Hodgson 2016-09-11 23:01:28 +01:00
parent 64dedef2c7
commit dd4617a7c6
1 changed files with 5 additions and 1 deletions

View File

@ -36,7 +36,7 @@ limitations under the License.
.mx_EventTile.mx_EventTile_info .mx_EventTile_avatar {
top: 8px;
left: 44px;
left: 65px;
}
.mx_EventTile_continuation {
@ -87,6 +87,10 @@ limitations under the License.
line-height: 22px;
}
.mx_EventTile_info .mx_EventTile_line {
padding-left: 83px;
}
/* HACK to override line-height which is already marked important elsewhere */
.mx_EventTile_bigEmoji.mx_EventTile_bigEmoji {
font-size: 48px ! important;