-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
CSS for Leaflet and location events. #2774
Conversation
@@ -0,0 +1,4 @@ | |||
.mx_LocationMap { |
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.
technically this should be two different classes, one for LocationInputDialog and the other for MLocationBody, in order to avoid unnecessarily coupling between the two components and to preserve the naming scheme of the CSS. I'm happy to turn a blind eye to it here, though, as long as it can be moved into common.css rather than looking like it's specific to LocationInputDialog.css.
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.
Nah, I'll keep them separate just in case of wanting to fiddle with them later.
lgtm other than one comment |
4e52537
to
6384234
Compare
6384234
to
72b310c
Compare
72b310c
to
7c5c3de
Compare
It looks like the react-sdk side was closed for this. Thanks again for the PR! See matrix-org/matrix-react-sdk#596 (comment) for why the react-sdk PR was closed. |
No description provided.