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 {
|
.bbb-avatar {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
width: 2.5em;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-muted {
|
.text-muted {
|
||||||
|
@ -38,6 +40,7 @@
|
||||||
#bbb-root, #bbb-app {
|
#bbb-root, #bbb-app {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: var(--color-main-background);
|
background-color: var(--color-main-background);
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
|
Loading…
Reference in New Issue