Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
whats-open-web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Enes Tasbasi
whats-open-web
Commits
517d420d
Commit
517d420d
authored
Feb 14, 2019
by
Andrew Hrdy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix more noticable bugs after dependencies bump.
parent
62edab93
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
src/components/FacilitiesMap.js
src/components/FacilitiesMap.js
+3
-3
src/styles/components/sidebar.scss
src/styles/components/sidebar.scss
+1
-0
No files found.
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