Skip to content

Commit

Permalink
1 - Fix jitsi splitted css class
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas PILLON committed Nov 22, 2022
1 parent f58c284 commit 8b3c21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ updateViewport = (scene, mode) => {

const lemverseTag = document.querySelector('.lemverse');
lemverseTag.classList.toggle('screen-splitted', mode === viewportModes.splitScreen);
lemverseTag.classList.toggle('screen-splitter-75', mode === viewportModes.small);
lemverseTag.classList.toggle('screen-splitted-75', mode === viewportModes.small);

const { width, height } = getSimulationSize();
if (mode === viewportModes.small) scene.cameras.main.setViewport(0, 0, width / 3, height);
Expand Down

0 comments on commit 8b3c21d

Please sign in to comment.