Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dist/samples/routes-get-directions-panel/app/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
width: 100%;
}

.directions-panel-container, .map-container {
.directions-container, .map-container {
height: 100%;
width: 50%;
font-family: monospace;
}

.directions-panel-container {
.directions-container {
overflow-y: auto;
}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*
* @license
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/.container{display:flex;flex-direction:row;height:100%;width:100%}.directions-container,.map-container{height:100%;width:50%;font-family:monospace}.directions-container{overflow-y:auto}#map{height:100%}.direction{display:flex;flex-direction:row;gap:1em}.maneuver,.distance{width:25%}.instruction{width:50%}html,body{height:100%;margin:0;padding:0}

This file was deleted.

4 changes: 2 additions & 2 deletions dist/samples/routes-get-directions-panel/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<head>
<title>Get directions with step by step panel</title>

<script type="module" crossorigin src="./assets/index-CIijyEYV.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-CJOi4J0_.css">
<script type="module" crossorigin src="./assets/index-CKaxeooO.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-Bqg655QC.css">
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions dist/samples/routes-get-directions-panel/docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
width: 100%;
}

.directions-panel-container, .map-container {
.directions-container, .map-container {
height: 100%;
width: 50%;
font-family: monospace;
}

.directions-panel-container {
.directions-container {
overflow-y: auto;
}

Expand Down
4 changes: 2 additions & 2 deletions dist/samples/routes-get-directions-panel/jsfiddle/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
width: 100%;
}

.directions-panel-container, .map-container {
.directions-container, .map-container {
height: 100%;
width: 50%;
font-family: monospace;
}

.directions-panel-container {
.directions-container {
overflow-y: auto;
}

Expand Down