Merge pull request #240 from Jerome-Herbinet/patch-1

Avatar size fix in rooms' list (too big)
pull/246/head^2
Klaus 2023-07-27 11:18:37 +02:00 committed by GitHub
commit 6fc0eef389
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;
}
}
}
}