Skip to content

Commit

Permalink
remove cameraDock margin in rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonlsouza committed Sep 26, 2023
1 parent 2c9e43c commit 410ca25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const SmartLayout = (props) => {

cameraDockBounds.top = navBarHeight;
cameraDockBounds.left = mediaAreaBounds.left;
cameraDockBounds.right = isRTL ? sidebarSize + camerasMargin * 2 : null;
cameraDockBounds.right = isRTL ? sidebarSize : null;
cameraDockBounds.zIndex = 1;

if (mediaBounds.width < mediaAreaBounds.width) {
Expand Down

0 comments on commit 410ca25

Please sign in to comment.