Fix call container avatar initial centering

Signed-off-by: Michel Zimmer <opensource@michel-zimmer.de>
This commit is contained in:
Michel Zimmer 2020-10-06 08:30:25 +02:00
parent 1e34365caa
commit 80091f7db2

View file

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