Minor tidy ups

This commit is contained in:
Bernard Darnton
2020-11-04 20:18:05 +13:00
parent 7dc4cea8ae
commit db73a789e7
4 changed files with 6 additions and 5 deletions
@@ -52,7 +52,8 @@ namespace BlazorDeviceTestRig.Pages
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
new TileLayerOptions new TileLayerOptions
{ {
Attribution = @"Map data &copy; <a href=""https://www.openstreetmap.org/"">OpenStreetMap</a> contributors, <a href=""https://creativecommons.org/licenses/by-sa/2.0/"">CC-BY-SA</a>" Attribution = @"Map data &copy; <a href=""https://www.openstreetmap.org/"">OpenStreetMap</a> contributors, " +
@"<a href=""https://creativecommons.org/licenses/by-sa/2.0/"">CC-BY-SA</a>"
} }
); );
} }
+1 -1
View File
@@ -1,5 +1,5 @@
<div class="top-row pl-4 navbar navbar-dark"> <div class="top-row pl-4 navbar navbar-dark">
<a class="navbar-brand" href="">BlazorDeviceTestRig</a> <a class="navbar-brand" href="">Device Interop Test Rig</a>
<button class="navbar-toggler" @onclick="ToggleNavMenu"> <button class="navbar-toggler" @onclick="ToggleNavMenu">
<span class="navbar-toggler-icon"></span> <span class="navbar-toggler-icon"></span>
</button> </button>
@@ -1,9 +1,9 @@
#geolocationPointMap { #geolocationPointMap {
height: 300px; height: 450px;
width: 100%; width: 100%;
} }
#geolocationWatchMap { #geolocationWatchMap {
height: 300px; height: 450px;
width: 100%; width: 100%;
} }
+1 -1
View File
@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>BlazorDeviceTestRig</title> <title>Device Interop Test Rig</title>
<base href="/" /> <base href="/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" /> <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" /> <link href="css/app.css" rel="stylesheet" />