stream-chat-angular 4.62.0 → 4.62.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,8 +6,22 @@
6
6
  --str-chat__image-carousel-stepper-color: var(--str-chat__text-color);
7
7
  }
8
8
 
9
+ @media only screen and (max-device-width: 768px) {
10
+ .str-chat__message {
11
+ .str-chat__attachment-list {
12
+ .str-chat__modal--open {
13
+ .str-chat__modal__inner {
14
+ border-radius: 0;
15
+ }
16
+ }
17
+ }
18
+ }
19
+ }
20
+
9
21
  .str-chat__image-carousel {
10
22
  .str-chat__image-carousel-stepper {
23
+ cursor: pointer;
24
+
11
25
  svg path {
12
26
  fill: var(--str-chat__image-carousel-stepper-color);
13
27
  }
@@ -11,7 +11,7 @@
11
11
  --str-chat__message-with-attachment-max-width: calc(var(--str-chat__spacing-px) * 300);
12
12
 
13
13
  /* The maximum allowed width of quoted messages inside the message component */
14
- --str-chat__quoted-message-max-width: calc(var(--str-chat__spacing-px) * 180);
14
+ --str-chat__quoted-message-max-width: calc(var(--str-chat__spacing-px) * 250);
15
15
 
16
16
  /* The maximum allowed width of quoted messages inside the message input component */
17
17
  --str-chat__quoted-message-inside-message-input-max-width: calc(
@@ -201,7 +201,7 @@
201
201
  @include utils.prevent-glitch-text-overflow;
202
202
  }
203
203
 
204
- .str-chat__message-simple-time + .str-chat__mesage-simple-edited::before {
204
+ .str-chat__message-simple-timestamp + .str-chat__mesage-simple-edited::before {
205
205
  content: '•';
206
206
  margin-right: var(--str-chat__spacing-1);
207
207
  }
@@ -1 +1 @@
1
- export const version = '4.62.0';
1
+ export const version = '4.62.1';