make padding and DOM more like event tile

This commit is contained in:
Bruno Windels 2018-11-13 09:15:43 +01:00
parent 8ddd2dd078
commit ffc73c59b4
2 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ limitations under the License.
.mx_WhoIsTypingTile {
margin-left: -18px; //offset padding from mx_RoomView_MessageList to center avatars
height: 40px;
padding-top: 18px;
display: flex;
align-items: center;
}
@ -79,6 +79,6 @@ limitations under the License.
.mx_MatrixChat_useCompactLayout {
.mx_WhoIsTypingTile {
height: 35px;
padding-top: 4px;
}
}