Merge pull request #12369 from Tainan404/issue-12251
Fix presentation moving down when someone is talking
This commit is contained in:
commit
51776ca7ad
@ -24,7 +24,7 @@ const NOTE_MIN_WIDTH = 340;
|
||||
const NOTE_MAX_WIDTH = 800;
|
||||
const WAITING_MIN_WIDTH = 340;
|
||||
const WAITING_MAX_WIDTH = 800;
|
||||
const NAVBAR_HEIGHT = 112; // 7rem
|
||||
const NAVBAR_HEIGHT = 170;
|
||||
const ACTIONSBAR_HEIGHT = isMobile ? 50 : 42;
|
||||
const BREAKOUT_MIN_WIDTH = 320;
|
||||
const BREAKOUT_MAX_WIDTH = 400;
|
||||
@ -34,7 +34,6 @@ const WEBCAMSAREA_MAX_PERCENT = 0.8;
|
||||
// const PRESENTATIONAREA_MIN_PERCENT = 0.2;
|
||||
const PRESENTATIONAREA_MIN_WIDTH = 385; // Value based on presentation toolbar
|
||||
// const PRESENTATIONAREA_MAX_PERCENT = 0.8;
|
||||
|
||||
const storageLayoutData = () => Storage.getItem('layoutData');
|
||||
|
||||
class LayoutManagerComponent extends Component {
|
||||
|
Loading…
Reference in New Issue
Block a user