Avatar size fix in rooms' list (too big)

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
pull/240/head
Jérôme Herbinet 2023-02-27 15:46:51 +01:00 committed by GitHub
parent c1ca3b242c
commit 1e2c8cc1ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@
.bbb-avatar {
border-radius: 50%;
width: 32px;
}
.text-muted {
@ -307,4 +308,4 @@ pre {
border: 5px solid #fff;
}
}
}
}