mirror of https://github.com/sualko/cloud_bbb
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
parent
c1ca3b242c
commit
1e2c8cc1ca
|
@ -29,6 +29,7 @@
|
||||||
|
|
||||||
.bbb-avatar {
|
.bbb-avatar {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
width: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-muted {
|
.text-muted {
|
||||||
|
@ -307,4 +308,4 @@ pre {
|
||||||
border: 5px solid #fff;
|
border: 5px solid #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue