-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: video modal responsiveness #726
chore: video modal responsiveness #726
Conversation
Good work @abirc8010 |
@Spiral-Memory I have made it occupy the entire display as you suggested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ! Thanks @abirc8010
Hey @abirc8010 |
@Spiral-Memory I made the required changes |
Can you update the video bro |
@Spiral-Memory I updated the video. |
@@ -112,6 +112,14 @@ export const getCommonRecorderStyles = (theme) => { | |||
display: flex; | |||
margin: auto; | |||
`, | |||
modal: { | |||
'@media(max-width: 500px)': { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please use a standard width here ? Maybe 768 pixels
Brief Title
Fix video modal responsiveness
Acceptance Criteria fulfillment
Fixes #725
Video/Screenshots
Screencast.from.2025-01-11.21-54-45.webm
PR Test Details
Note: The PR will be ready for live testing at https://rocketchat.github.io/EmbeddedChat/pulls/pr-726 after approval. Contributors are requested to replace
<pr_number>
with the actual PR number.