Export chat (from room info page)

This commit is contained in:
N Pex 2022-05-23 15:19:55 +00:00 committed by n8fr8
parent d694d0139a
commit 0f28002470
16 changed files with 18905 additions and 657 deletions

View file

@ -1137,4 +1137,9 @@ $admin-fg: white;
.loading-indicator {
position: absolute;
background-color: rgba(0, 0, 0, 0.2);
}
.exporting-indicator {
position: absolute;
background-color: white;
}