Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit d29a18b

Browse files
committed
Fix some sizing issue on video feeds
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 6118856 commit d29a18b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

res/css/views/voip/_CallViewSidebar.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ limitations under the License.
3333

3434
> .mx_VideoFeed {
3535
width: 100%;
36+
border-radius: 4px;
3637

3738
&.mx_VideoFeed_voice {
38-
border-radius: 4px;
39-
4039
display: flex;
4140
align-items: center;
4241
justify-content: center;

res/css/views/voip/_VideoFeed.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ limitations under the License.
1919
position: relative;
2020
box-sizing: border-box;
2121
border: transparent 2px solid;
22+
display: flex;
2223

2324
&.mx_VideoFeed_voice {
2425
background-color: $inverted-bg-color;
@@ -27,6 +28,10 @@ limitations under the License.
2728

2829
&.mx_VideoFeed_speaking {
2930
border: $accent-color 2px solid;
31+
32+
.mx_VideoFeed_video {
33+
border-radius: 0;
34+
}
3035
}
3136

3237
.mx_VideoFeed_video {

0 commit comments

Comments
 (0)