Fix call container avatar initial centering

Signed-off-by: Michel Zimmer <opensource@michel-zimmer.de>
pull/21833/head
Michel Zimmer 2020-10-06 08:30:25 +02:00
parent 1e34365caa
commit 80091f7db2
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ limitations under the License.
display: flex;
direction: row;
img {
img, .mx_BaseAvatar_initial {
margin: 8px;
}