Skip to content
Merged
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
Fix local video positioning
Signed-off-by: Marco Ambrosini <[email protected]>
  • Loading branch information
marcoambrosini authored and danxuliu committed Jan 27, 2021
commit 4202968e2fce16bdeb644326ead20631bfed8113
6 changes: 6 additions & 0 deletions src/components/CallView/shared/LocalVideo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -431,4 +431,10 @@ export default {
box-shadow: inset 0 0 0 3px white;
cursor: pointer;
}

// Always display the local video in the last row
#localVideoContainer {
grid-row-end: -1;
}

</style>