File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 249249 }
250250
251251 .str-chat__message-status {
252- --str-chat-icon-height : calc (var (--str-chat__spacing-px ) * 15 );
252+ --str-chat-icon-height : calc (var (--str-chat__spacing-px ) * 16 );
253253 @include utils .flex-row-center ;
254254 column-gap : var (--str-chat__spacing-0_5 );
255255 position : relative ;
256256
257- svg {
258- width : calc (var (--str-chat__spacing-px ) * 15 );
259- height : calc (var (--str-chat__spacing-px ) * 15 );
260- }
261- }
262-
263- .str-chat__message-status-sent {
264- --str-chat-icon-height : calc (var (--str-chat__spacing-px ) * 12 );
265-
266257 svg {
267258 width : var (--str-chat-icon-height );
268259 height : var (--str-chat-icon-height );
269260 }
270261 }
271262
272- .str-chat__message-status-delivered {
273- --str-chat-icon-height : calc (var (--str-chat__spacing-px ) * 15 );
263+ .str-chat__message-status.str-chat__message-status-sent {
264+ --str-chat-icon-height : calc (var (--str-chat__spacing-px ) * 12 );
274265
275266 svg {
276267 width : var (--str-chat-icon-height );
You can’t perform that action at this time.
0 commit comments