Merge pull request #14079 from mike-000/full-screen-mobile
Fix control styles on Full Screen Mobile example
This commit is contained in:
@@ -11,8 +11,8 @@ tags: "fullscreen, geolocation, orientation, mobile"
|
||||
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
|
||||
<title>Mobile Geolocation Tracking with Orientation</title>
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" crossorigin="anonymous">
|
||||
<link rel="stylesheet" type="text/css" href="./theme/ol.css">
|
||||
<link rel="stylesheet" type="text/css" href="./theme/site.css">
|
||||
<link rel="stylesheet" type="text/css" href="/theme/ol.css">
|
||||
<link rel="stylesheet" type="text/css" href="/theme/site.css">
|
||||
<style>
|
||||
html, body, .map {
|
||||
margin: 0;
|
||||
|
||||
@@ -13,7 +13,8 @@ cloak:
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
|
||||
<title>Mobile full screen example</title>
|
||||
<link rel="stylesheet" type="text/css" href="../theme/ol.css">
|
||||
<link rel="stylesheet" type="text/css" href="/theme/ol.css">
|
||||
<link rel="stylesheet" type="text/css" href="/theme/site.css">
|
||||
<style>
|
||||
html, body, .map {
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user