Skip to content

Commit 0ba164c

Browse files
[bugfix] Center more button icon in video tile (#2902)
* Center more button in video tile
1 parent cb0388b commit 0ba164c

8 files changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Center more button in video tile",
4+
"packageName": "@azure/communication-react",
5+
"email": "edwardlee@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Center more button in video tile",
4+
"packageName": "@azure/communication-react",
5+
"email": "edwardlee@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}

packages/react-components/src/components/styles/VideoTile.styles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export const moreButtonStyles: IButtonStyles = {
128128
// To ensure that the button is clickable when there is a floating video tile
129129
zIndex: 1,
130130
color: 'inherit',
131+
top: '-0.125rem',
131132
height: '100%'
132133
},
133134
rootHovered: {
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)