-
Notifications
You must be signed in to change notification settings - Fork 0
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
Map first draft #8
Conversation
src/components/Map/Map.scss
Outdated
right: 0.5rem; | ||
cursor: pointer; | ||
font-size: 1.5rem; | ||
transition: opacity 0.2s, transform 0.2s !important; |
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.
Хорошо бы избегать использования !important. Почему в этом месте без него не получается? Что перекрывает?
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.
Там на иконке из material-icons висит какой-то бесполезный транзишн )
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.
попробую без импортанта сейчас
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.
fixed
src/components/Map/index.tsx
Outdated
import Leaflet from 'leaflet'; | ||
import FullScreenIcon from '@material-ui/icons/FullscreenRounded'; | ||
import rootConnector, { rootProps } from '../../store/rootConnector'; | ||
import './Map.scss'; |
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.
Давай стили в конец, или хотя бы после типов
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.
done
Features: