Skip to content

Commit 9ae1773

Browse files
authored
Merge pull request #62 from GetStream/develop
Angular SDK image gallery
2 parents 22765c7 + 9cb5f36 commit 9ae1773

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

src/styles/Gallery.scss

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,25 @@
3737
}
3838
}
3939

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+
4059
.livestream.str-chat,
4160
.messaging.str-chat,
4261
.commerce.str-chat,

0 commit comments

Comments
 (0)