Avatar list: set Unknown user avatar with 0 margin, fix alignment

It seems when users are unknown we can get a different JSON bject:
Object { ViewId: "8", UserName: "Unknown", Color: 13013504, … }

This is then flagged and set as a different (from the identified
avatars) html element in createAvatar from Control.UserList.js

Better to fix the alignment via CSS

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I94fee62ae14bb47c6f989b4e0bb147f8ffc9ff39
This commit is contained in:
Pedro Pinto Silva 2024-02-01 12:43:04 +01:00 committed by pedropintosilva
parent 8f97c50869
commit 939d3d2072

View file

@ -1649,6 +1649,10 @@ menu-entry-with-icon.padding-left + menu-entry-icon.width */
margin-left: -10px;
}
.user-list-item .user-info {
margin: 0;
}
#userListPopover {
display: none;
position: absolute;