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

Commit 27d7dae

Browse files
authored
Merge pull request #6550 from SimonBrandner/fix/voice-cutoff
Fix voice feed being cut-off
2 parents 9ad72d6 + e2bc76a commit 27d7dae

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

res/css/views/voip/_CallView.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ limitations under the License.
7575
height: 100%;
7676

7777
&.mx_VideoFeed_voice {
78-
// We don't want to collide with the call controls that have 52px of height
79-
margin-bottom: 52px;
8078
background-color: $inverted-bg-color;
8179
display: flex;
8280
justify-content: center;

res/css/views/voip/_CallViewSidebar.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ limitations under the License.
4040
display: flex;
4141
align-items: center;
4242
justify-content: center;
43-
44-
aspect-ratio: 16 / 9;
4543
}
4644

4745
.mx_VideoFeed_video {

res/css/views/voip/_VideoFeed.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ limitations under the License.
2020

2121
&.mx_VideoFeed_voice {
2222
background-color: $inverted-bg-color;
23+
aspect-ratio: 16 / 9;
2324
}
2425

2526
.mx_VideoFeed_video {

0 commit comments

Comments
 (0)