Skip to content

Commit

Permalink
fix: Angular image modal width
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Aug 23, 2022
1 parent d92b625 commit 4ae35e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/Gallery.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
}
}

.stream-chat-angular__image-modal-host {
.str-chat__modal__inner {
max-width: 80%;
}
}

.stream-chat-angular__image-modal {
display: flex;
justify-content: center;
Expand Down

0 comments on commit 4ae35e5

Please sign in to comment.