We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848c4f8 commit 1c6c8c1Copy full SHA for 1c6c8c1
1 file changed
src/v2/styles/Message/Message-layout.scss
@@ -249,14 +249,23 @@
249
}
250
251
.str-chat__message-status {
252
- --str-chat-icon-height: calc(var(--str-chat__spacing-px) * 15);
+ --str-chat-icon-height: calc(var(--str-chat__spacing-px) * 16);
253
@include utils.flex-row-center;
254
column-gap: var(--str-chat__spacing-0_5);
255
position: relative;
256
257
svg {
258
- width: calc(var(--str-chat__spacing-px) * 15);
259
- height: calc(var(--str-chat__spacing-px) * 15);
+ width: var(--str-chat-icon-height);
+ height: var(--str-chat-icon-height);
260
+ }
261
262
+
263
+ .str-chat__message-status.str-chat__message-status-sent {
264
+ --str-chat-icon-height: calc(var(--str-chat__spacing-px) * 12);
265
266
+ svg {
267
268
269
270
271
0 commit comments