Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(angular): make images bigger in image modal (#277)
### 🎯 Goal This is an Angular-only change, React uses a different UI for image modals. ### 🛠 Implementation details On the Angular SDK the images in the attachment modal were quite small. There were two reasons for this: - The layout was built in a way that didn't maximize space for images - We didn't have a responsive layout to make the modal bigger on mobile devices -> we generally don't provide different layouts on different devices, but I think this is one of the few places where it makes sense to add a media rule ### 🎨 UI Changes Before: ![IMG_3350](https://github.com/GetStream/stream-chat-css/assets/6690098/b15b310c-1c43-41b4-9adf-e4d23f904b5a) After: ![IMG_3349](https://github.com/GetStream/stream-chat-css/assets/6690098/b1aafa00-1aef-4dce-b31e-c696f27d20d0) Make sure to test with both Angular and React (with both `MessageList` and `VirtualizedMessageList` components) SDKs
- Loading branch information