Skip to content

Commit e3fb0d1

Browse files
[Chat]Update image padding for ImageGallery (#3651)
* Update image padding for ImageGallery * Change files * Duplicate change files for beta release * Update packages/react-composites ChatComposite browser test snapshots
1 parent be7d399 commit e3fb0d1

15 files changed

Lines changed: 20 additions & 2 deletions
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "improvement",
4+
"workstream": "ImageGallery",
5+
"comment": "Update image padding for ImageGallery",
6+
"packageName": "@azure/communication-react",
7+
"email": "107075081+Leah-Xia-Microsoft@users.noreply.github.com",
8+
"dependentChangeType": "patch"
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "improvement",
4+
"workstream": "ImageGallery",
5+
"comment": "Update image padding for ImageGallery",
6+
"packageName": "@azure/communication-react",
7+
"email": "107075081+Leah-Xia-Microsoft@users.noreply.github.com",
8+
"dependentChangeType": "patch"
9+
}

packages/react-components/src/components/styles/ImageGallery.style.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ export const bodyContainer: IStyle = {
126126
width: '100%',
127127
height: '100%',
128128
overflow: 'hidden',
129-
padding: '5.75rem',
129+
padding: '1rem 2rem 3rem 2rem',
130130
'@media (max-width: 25rem) or (max-height: 25rem)': {
131-
padding: '2rem'
131+
padding: '0rem 1rem 2rem 1rem'
132132
}
133133
};
134134

Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)