1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2026-01-13 04:02:20 +03:00

Merge pull request #5280 from michel-zimmer/call-container-avatar-initial-center

Fix call container avatar initial centering
This commit is contained in:
Michael Telatynski
2020-10-06 08:25:26 +01:00
committed by GitHub

View File

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