mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-15 13:17:49 +00:00
feat(ui) update AtlasKit components
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
a9bb8e5e81
commit
ef7d425859
@@ -276,13 +276,13 @@ function _mapStateToProps(state, ownProps) {
|
||||
|
||||
switch (currentLayout) {
|
||||
case LAYOUTS.TILE_VIEW:
|
||||
_menuPosition = 'left top';
|
||||
_menuPosition = 'left-start';
|
||||
break;
|
||||
case LAYOUTS.VERTICAL_FILMSTRIP_VIEW:
|
||||
_menuPosition = 'left bottom';
|
||||
_menuPosition = 'left-end';
|
||||
break;
|
||||
default:
|
||||
_menuPosition = 'top center';
|
||||
_menuPosition = 'auto';
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user