Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix/fixed header #46

Merged
merged 41 commits into from
Aug 13, 2019
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
46365d2
react responsive and main layout
mluena Aug 6, 2019
acbbc21
view map btn component
mluena Aug 6, 2019
cdd30af
media queries and mobile view styles
mluena Aug 7, 2019
012f833
Merge branch 'develop' of https://github.com/Vizzuality/mangrove-atla…
mluena Aug 7, 2019
fede10d
media queries adjusted in header
mluena Aug 7, 2019
616a499
mobile condition to redux, btn and header styles adapted
mluena Aug 7, 2019
1f69b91
action bar in header
mluena Aug 7, 2019
790690d
hotspots widget mobile
mluena Aug 7, 2019
307b71c
typo error
mluena Aug 7, 2019
bd1e0b8
indentation
mluena Aug 7, 2019
b2f59ba
background, widgets arrow
mluena Aug 7, 2019
66fc5f7
desktop styles fixed
mluena Aug 7, 2019
e6a2c2d
Merge pull request #39 from Vizzuality/feature/mobile-layout
mbarrenechea Aug 7, 2019
3d756ea
Merge branch 'feature/mobile' of https://github.com/Vizzuality/mangro…
mluena Aug 7, 2019
fccf8fd
view map btn and active layers
mluena Aug 8, 2019
63cf738
desktop layout component
mluena Aug 8, 2019
5679f8a
mobile layout component
mluena Aug 8, 2019
91925ff
layers collapsed in map view
mluena Aug 8, 2019
fef9e70
mediaqueries added
mluena Aug 8, 2019
5c1804a
unused dependencies removed
mluena Aug 8, 2019
6613a39
mediaqueries fix
mluena Aug 8, 2019
7bb3f91
map btn functionality
mluena Aug 8, 2019
47d0c8b
legend collapse
mluena Aug 9, 2019
b4ce71a
import styles using SASS_PATH
Aug 9, 2019
9c05ab5
Merge branch 'feature/mobile-map' of github.com:Vizzuality/mangrove-a…
Aug 9, 2019
3572606
legend item back
mluena Aug 9, 2019
9fc6db6
map legend
mluena Aug 9, 2019
31dab9b
Merge branch 'feature/mobile-map' of https://github.com/Vizzuality/ma…
mluena Aug 9, 2019
227ba93
conflict and legend styles
mluena Aug 9, 2019
9fc75fe
PR changes
mluena Aug 9, 2019
6f72138
modal styles
mluena Aug 9, 2019
ff784e3
Merge pull request #40 from Vizzuality/feature/mobile-map
mbarrenechea Aug 12, 2019
d84dbc8
Merge branch 'feature/mobile' into feature/mobile-modal
mbarrenechea Aug 12, 2019
c614131
Merge pull request #41 from Vizzuality/feature/mobile-modal
mbarrenechea Aug 12, 2019
69dd30b
Merge branch 'develop' of https://github.com/Vizzuality/mangrove-atla…
mluena Aug 12, 2019
19a681f
Merge branch 'develop' of https://github.com/Vizzuality/mangrove-atla…
mluena Aug 12, 2019
5ac6753
PR - changes
mluena Aug 12, 2019
a06bc56
header and modal fix
mluena Aug 13, 2019
b587386
Merge branch 'develop' of https://github.com/Vizzuality/mangrove-atla…
mluena Aug 13, 2019
928c227
mobile modal btn
mluena Aug 13, 2019
4aabdb6
Merge branch 'develop' of https://github.com/Vizzuality/mangrove-atla…
mluena Aug 13, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/location-modal/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
&.mobile {
top: 20px;
right: 20px;
left: inherit;

z-index: 2;
left: initial;
}
}

Expand Down