Align user avatar to the center of the tooltip

This commit is contained in:
Sergio Padrino 2024-01-30 13:30:55 +01:00
parent 55706e82f1
commit 51a86df5ff

View file

@ -3,6 +3,8 @@
}
.avatar-container {
display: flex;
align-items: center;
line-height: 0;
}