mirror of https://github.com/sualko/cloud_bbb
Resinzing and centering bbb-avatar, make the table scrollable
parent
f4258e3cfb
commit
9254b74d8d
|
@ -29,6 +29,8 @@
|
|||
|
||||
.bbb-avatar {
|
||||
border-radius: 50%;
|
||||
width: 2.5em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
|
@ -38,6 +40,7 @@
|
|||
#bbb-root, #bbb-app {
|
||||
width: 100%;
|
||||
background-color: var(--color-main-background);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
|
Loading…
Reference in New Issue