Skip to content
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

miscellaneous mobile fixes #714

Merged
merged 2 commits into from
Jun 10, 2024
Merged

miscellaneous mobile fixes #714

merged 2 commits into from
Jun 10, 2024

Conversation

zarSou9
Copy link
Contributor

@zarSou9 zarSou9 commented Jun 9, 2024

Fixed mobile feedback, left aligned human-written-response, z-index fix

Copy link
Collaborator

@mruwnik mruwnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, but check with @melissasamworth

@@ -27,6 +28,9 @@ const FeedbackForm = ({onSubmit, onClose, options, className}: FeedbackFormProps

return (
<div ref={clickCheckerRef} className={'feedback-form bordered ' + (className ?? '')}>
<button onClick={onClose} className="mobile-only escape-feedback">
<XLarge></XLarge>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<XLarge /> is how it's done when the tag doesn't have any contents

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

too true


@media (max-width: 780px) {
.feedback-form {
left: -20px;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks suspicious - @melissasamworth ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haha yes, I didn't try very hard to properly align the feedback form on mobile, because I wanted to wait until the column sizing is fixed on mobile. I could have a crack at fixing the mobile column margin but I feel like @melissasamworth had something specific in mind?

@zarSou9 zarSou9 merged commit 6105867 into stampy-redesign Jun 10, 2024
1 check passed
@zarSou9 zarSou9 deleted the Ticket-#680 branch June 10, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants