Resinzing and centering bbb-avatar, make the table scrollable

pull/246/head
ThibautPlg 2023-04-21 15:32:22 +02:00
parent f4258e3cfb
commit 9254b74d8d
1 changed files with 3 additions and 0 deletions

View File

@ -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 {