Don't show "You are joining as" when joining private room link

This commit is contained in:
N-Pex 2023-08-31 09:51:27 +02:00
parent 68b241b6ce
commit e8ff4cf1ce
2 changed files with 9 additions and 3 deletions

View file

@ -1370,6 +1370,9 @@ body {
.loading-indicator {
position: absolute;
background-color: rgba(0, 0, 0, 0.2);
&.transparent {
background-color: transparent;
}
}
.exporting-indicator {