Skip to content

Commit

Permalink
Merge pull request #4651 from coralproject/develop
Browse files Browse the repository at this point in the history
v9.1.2
  • Loading branch information
tessalt committed Jul 18, 2024
2 parents c85d27b + a326807 commit e0c7cfd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coralproject/talk",
"version": "9.1.1",
"version": "9.1.2",
"author": "The Coral Project",
"homepage": "https://coralproject.net/",
"sideEffects": [
Expand Down
6 changes: 5 additions & 1 deletion client/src/core/client/stream/common/Media/TenorMedia.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.tenorMedia {
maxWidth: 100px;

}

.tenorMediaImage {
max-width: 100%;
}
1 change: 1 addition & 0 deletions client/src/core/client/stream/common/Media/TenorMedia.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const TenorMedia: FunctionComponent<Props> = ({ url, title }) => {
loading="lazy"
referrerPolicy="no-referrer"
alt={title || ""}
className={styles.tenorMediaImage}
/>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "common",
"version": "9.1.1",
"version": "9.1.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "common",
"version": "9.1.1",
"version": "9.1.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coralproject/talk",
"version": "9.1.1",
"version": "9.1.2",
"author": "The Coral Project",
"homepage": "https://coralproject.net/",
"sideEffects": [
Expand Down

0 comments on commit e0c7cfd

Please sign in to comment.