UNPKG

843 BSCSSView Raw
1.str-chat__message {
2 .str-chat__attachment-list-angular-host {
3 .str-chat__modal--open {
4 .str-chat__modal__inner {
5 height: 80%;
6 width: 80%;
7 display: flex;
8 justify-content: center;
9 align-items: center;
10 flex-direction: column;
11 }
12 }
13 }
14}
15
16.stream-chat-angular__image-modal-host {
17 .str-chat__modal__inner {
18 max-width: 80%;
19 }
20}
21
22.str-chat__image-carousel {
23 display: flex;
24 justify-content: center;
25 align-items: center;
26 min-height: 0;
27 min-width: 0;
28 max-width: 100%;
29 max-height: 100%;
30
31 .str-chat__image-carousel-stepper {
32 padding: 8px;
33 border: none;
34 cursor: pointer;
35 background: transparent;
36 }
37
38 .str-chat__image-carousel-image {
39 object-fit: cover;
40 min-height: 0;
41 max-height: 100%;
42 min-width: 0;
43 max-width: 100%;
44 }
45}