Skip to content

Commit 6ef0a7b

Browse files
committed
feat(): move giphy watermark image to CSS
This removes image import from the React SDK
1 parent 66af422 commit 6ef0a7b

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

1.45 KB
Loading

src/styles/Card.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,11 @@
8888
filter: invert(100%);
8989
}
9090
}
91+
92+
.str-chat__message-attachment-card.str-chat__message-attachment-card--giphy {
93+
.str-chat__message-attachment-card--content {
94+
background-image: url('#{$assetsPath}/Poweredby_100px-White_VertText.png');
95+
background-position: right var(--border-radius) bottom var(--border-radius);
96+
background-repeat: no-repeat;
97+
}
98+
}

0 commit comments

Comments
 (0)