Skip to content

Commit e0c7cfd

Browse files
authored
Merge pull request #4651 from coralproject/develop
v9.1.2
2 parents c85d27b + a326807 commit e0c7cfd

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coralproject/talk",
3-
"version": "9.1.1",
3+
"version": "9.1.2",
44
"author": "The Coral Project",
55
"homepage": "https://coralproject.net/",
66
"sideEffects": [
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
.tenorMedia {
2-
maxWidth: 100px;
2+
3+
}
4+
5+
.tenorMediaImage {
6+
max-width: 100%;
37
}

client/src/core/client/stream/common/Media/TenorMedia.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const TenorMedia: FunctionComponent<Props> = ({ url, title }) => {
1515
loading="lazy"
1616
referrerPolicy="no-referrer"
1717
alt={title || ""}
18+
className={styles.tenorMediaImage}
1819
/>
1920
</div>
2021
);

common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "common",
3-
"version": "9.1.1",
3+
"version": "9.1.2",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "common",
3-
"version": "9.1.1",
3+
"version": "9.1.2",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coralproject/talk",
3-
"version": "9.1.1",
3+
"version": "9.1.2",
44
"author": "The Coral Project",
55
"homepage": "https://coralproject.net/",
66
"sideEffects": [

0 commit comments

Comments
 (0)