Skip to content
Snippets Groups Projects
Commit 58ca0b87 authored by Giovanni Caruso's avatar Giovanni Caruso
Browse files

Fixed avatarContent size

parent 518315cf
No related branches found
No related tags found
1 merge request!61Add user account showing on main UI
Pipeline #105808 failed
......@@ -35,7 +35,7 @@ body {
border-radius: 4px;
margin-left: 8px;
justify-content: center;
height: 54px;
height: 44px;
}
#connected-room-info:hover {
......
......@@ -77,7 +77,7 @@ const onRoomConnect = (room_) => {
const userID = HTML.userIDElem.value
const avatarImage = document.createElement("svg")
avatarImage.innerHTML = jdenticon.toSvg(userID, 50)
avatarImage.innerHTML = jdenticon.toSvg(userID, 40)
avatarImage.className = "avatar"
const userAccount = document.createElement("div")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment