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

Fix voice feed being cut-off #6550

Merged
merged 1 commit into from
Aug 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions res/css/views/voip/_CallView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ limitations under the License.
height: 100%;

&.mx_VideoFeed_voice {
// We don't want to collide with the call controls that have 52px of height
margin-bottom: 52px;
background-color: $inverted-bg-color;
display: flex;
justify-content: center;
Expand Down
2 changes: 0 additions & 2 deletions res/css/views/voip/_CallViewSidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ limitations under the License.
display: flex;
align-items: center;
justify-content: center;

aspect-ratio: 16 / 9;
}

.mx_VideoFeed_video {
Expand Down
1 change: 1 addition & 0 deletions res/css/views/voip/_VideoFeed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ limitations under the License.

&.mx_VideoFeed_voice {
background-color: $inverted-bg-color;
aspect-ratio: 16 / 9;
}

.mx_VideoFeed_video {
Expand Down