Fix some sizing issue on video feeds

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-08-22 10:10:05 +02:00
parent 61188561d2
commit d29a18b182
2 changed files with 6 additions and 2 deletions
+1 -2
View File
@@ -33,10 +33,9 @@ limitations under the License.
> .mx_VideoFeed {
width: 100%;
border-radius: 4px;
&.mx_VideoFeed_voice {
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;