We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d5ac6b + d6e0e56 commit 9cb5f36Copy full SHA for 9cb5f36
1 file changed
src/styles/Gallery.scss
@@ -37,6 +37,25 @@
37
}
38
39
40
+.stream-chat-angular__image-modal {
41
+ display: flex;
42
+ justify-content: center;
43
+ align-items: center;
44
+
45
+ &-stepper {
46
+ padding: 10px;
47
+ border: none;
48
+ cursor: pointer;
49
+ background: transparent;
50
+ }
51
52
+ &-image {
53
+ object-fit: cover;
54
+ max-width: 90%;
55
+ max-height: 90%;
56
57
+}
58
59
.livestream.str-chat,
60
.messaging.str-chat,
61
.commerce.str-chat,
0 commit comments