Don't show "You are joining as" when joining private room link
This commit is contained in:
parent
68b241b6ce
commit
e8ff4cf1ce
2 changed files with 9 additions and 3 deletions
|
|
@ -1370,6 +1370,9 @@ body {
|
|||
.loading-indicator {
|
||||
position: absolute;
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
&.transparent {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.exporting-indicator {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue