Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Enes Tasbasi
whats-open-web
Commits
517d420d
Commit
517d420d
authored
Feb 14, 2019
by
Andrew Hrdy
Browse files
Fix more noticable bugs after dependencies bump.
parent
62edab93
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/components/FacilitiesMap.js
View file @
517d420d
import
React
from
'
react
'
;
import
ReactMapboxGl
,
{
Marker
,
Popup
}
from
'
react-mapbox-gl
'
;
import
{
MenuItem
}
from
'
@material-ui/core/Menu
'
;
import
MenuItem
from
'
@material-ui/core/Menu
'
;
import
Select
from
'
@material-ui/core/Select
'
;
import
{
FormControl
}
from
'
@material-ui/core/FormControl
'
;
import
FormControl
from
'
@material-ui/core/FormControl
'
;
import
{
getMaxBounds
,
getCenterOfCampusRegion
}
from
'
../utils/mapboxUtils
'
;
import
mapboxgl
from
'
mapbox-gl
'
;
import
{
Typography
}
from
'
@material-ui/core/Typography
'
;
import
Typography
from
'
@material-ui/core/Typography
'
;
import
{
removeBrackets
}
from
'
../utils/nameUtils
'
;
const
mapboxToken
=
'
pk.eyJ1IjoibWR1ZmZ5OCIsImEiOiJjaXk2a2lxODQwMDdyMnZzYTdyb3M4ZTloIn0.mSocl7zUnZBO6-CV9cvmnA
'
;
...
...
src/styles/components/sidebar.scss
View file @
517d420d
...
...
@@ -38,6 +38,7 @@
position
:
absolute
!
important
;
width
:
24px
!
important
;
height
:
24px
!
important
;
padding
:
0
!
important
;
top
:
5px
;
right
:
5px
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment