diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-01 18:11:17 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-01 18:11:17 +0000 |
| commit | d82ab4c5ea4c940cca9404753bbccd42e9785167 (patch) | |
| tree | 28c2dcd9963a71d44f79baf8a717d50df1ada632 /app/components/Connect.js | |
| parent | 1b1de0bebb4c2b343ca6ef8f92c624a0c37f1673 (diff) | |
| download | mullvadvpn-d82ab4c5ea4c940cca9404753bbccd42e9785167.tar.xz mullvadvpn-d82ab4c5ea4c940cca9404753bbccd42e9785167.zip | |
Adjust styles
Diffstat (limited to 'app/components/Connect.js')
| -rw-r--r-- | app/components/Connect.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Connect.js b/app/components/Connect.js index 1838f511c2..c372c181b5 100644 --- a/app/components/Connect.js +++ b/app/components/Connect.js @@ -116,7 +116,7 @@ export default class Connect extends Component { const userLocation = this.toLngLat(this.state.userLocation.location); const serverLocation = this.toLngLat(serverInfo.location); const mapBounds = this.toLngLatBounds(bounds); - const mapBoundsOptions = { offset: [0, -100] }; + const mapBoundsOptions = { offset: [0, -113] }; return ( <Layout> |
