Merge pull request #246 from ThibautPlg/master

Resizing and centering bbb-avatar, make the table scrollable
fix-ci
Klaus 2023-07-27 11:20:43 +02:00 committed by GitHub
commit 3551aa0ed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,8 @@
.bbb-avatar { .bbb-avatar {
border-radius: 50%; border-radius: 50%;
width: 32px; width: 2.5em;
vertical-align: middle;
} }
.text-muted { .text-muted {
@ -39,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 {