Skip to content

Commit 5be21c4

Browse files
Revert "[Bug Fix] local video tile css fix mobile (#2708) (#2717)" (#2719)
This reverts commit cdaa4b8.
1 parent cdaa4b8 commit 5be21c4

65 files changed

Lines changed: 2 additions & 16 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

change-beta/@azure-communication-react-4d339b11-72a8-48c0-8317-7f6c33b31001.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@azure-communication-react-4d339b11-72a8-48c0-8317-7f6c33b31001.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const videoGalleryContainerStyle: IStackStyles = {
3030
/**
3131
* Small floating modal width and height in rem for small screen
3232
*/
33-
export const SMALL_FLOATING_MODAL_SIZE_PX = { width: 64, height: 113 };
33+
export const SMALL_FLOATING_MODAL_SIZE_PX = { width: 64, height: 88 };
3434

3535
/**
3636
* Large floating modal width and height in rem for large screen

packages/react-components/src/components/VideoGallery/styles/VideoGalleryResponsiveHorizontalGallery.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const horizontalGalleryStyle = (isNarrow: boolean): HorizontalGalleryStyl
3636
* Small horizontal gallery tile size in rem
3737
* @private
3838
*/
39-
export const SMALL_HORIZONTAL_GALLERY_TILE_SIZE_REM = { height: 7.0625, width: 7.0625 };
39+
export const SMALL_HORIZONTAL_GALLERY_TILE_SIZE_REM = { height: 5.5, width: 5.5 };
4040
/**
4141
* Large horizontal gallery tile size in rem
4242
* @private

0 commit comments

Comments
 (0)