Add disconnected screen for when livekit disconnects from the call
eg. when it gives up retrying to connect Also refactors the rageshake button into a dedicated component that we can just put wherever we want. Fixes https://github.com/vector-im/element-call/issues/1268
This commit is contained in:
@@ -31,6 +31,15 @@ limitations under the License.
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
.disconnectedButtons {
|
||||
display: grid;
|
||||
gap: 50px;
|
||||
}
|
||||
|
||||
.rageshakeButton {
|
||||
grid-column: 2;
|
||||
}
|
||||
|
||||
.callEndedButton {
|
||||
margin-top: 54px;
|
||||
margin-left: 30px;
|
||||
|
||||
Reference in New Issue
Block a user