Remove dependency on matrix-react-sdk
This commit is contained in:
parent
46bcb8ac75
commit
72197c1a0a
30 changed files with 2610 additions and 1211 deletions
7
src/video-grid/VideoGrid.module.css
Normal file
7
src/video-grid/VideoGrid.module.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.videoGrid {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
flex: 1;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue