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

Adds height to the .halfInfo class #337

Merged
merged 1 commit into from
Aug 8, 2023
Merged

Adds height to the .halfInfo class #337

merged 1 commit into from
Aug 8, 2023

Conversation

a-maci29
Copy link
Contributor

@a-maci29 a-maci29 commented Aug 8, 2023

Change Summary

Closes #286
Adds 100vh to the height of the .halfInfo class.
Should allow the modal to take up the full height of the screen on mobile once a marker has been expanded.

@a-maci29 a-maci29 self-assigned this Aug 8, 2023
@a-maci29 a-maci29 requested a review from RNR1 August 8, 2023 22:30
$lighter-grey: #E9EEF4;
$dark-grey: #2d3748;
$light-grey: #60718c;
$lighter-grey: #e9eef4;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think my prettier automatically changed these. 😳 Does that matter?

Copy link
Contributor

Choose a reason for hiding this comment

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

Totally fine :)

@a-maci29 a-maci29 marked this pull request as ready for review August 8, 2023 22:32

.halfInfo {
& * {
margin: 0;
font-size: 14px;
}
height: 100vh;
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The only actual code change: this worked on my browser when I set the view to responsive.

Copy link
Contributor

@RNR1 RNR1 left a comment

Choose a reason for hiding this comment

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

This is great, thanks!

@RNR1 RNR1 merged commit cc0635a into develop Aug 8, 2023
4 checks passed
@RNR1 RNR1 deleted the 286-modal-height branch August 8, 2023 23:16
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.

Update the full modal view of a given tap to take up the full screen height
2 participants