Skip to content
Open
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 samples/ui-kit-advanced-place-details-compact/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright 2026 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
/* [START maps_ui_kit_place_details_compact] */
/* [START maps_ui_kit_advanced_place_details_compact] */
/*
* Optional: Makes the sample page fill the window.
*/
Expand All @@ -23,4 +23,4 @@ body {
gmp-map {
flex-grow: 1;
}
/* [END maps_ui_kit_place_details_compact] */
/* [END maps_ui_kit_advanced_place_details_compact] */
4 changes: 2 additions & 2 deletions samples/ui-kit-advanced-place-details/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright 2026 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
/* [START maps_ui_kit_place_details] */
/* [START maps_ui_kit_advanced_place_details] */
/*
* Optional: Makes the sample page fill the window.
*/
Expand Down Expand Up @@ -35,4 +35,4 @@ gmp-place-details {
margin: 0;
border: none;
}
/* [END maps_ui_kit_place_details] */
/* [END maps_ui_kit_advanced_place_details] */
4 changes: 2 additions & 2 deletions samples/ui-kit-advanced-place-search-nearby/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright 2026 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
/* [START maps_ui_kit_place_search_nearby] */
/* [START maps_ui_kit_advanced_place_search_nearby] */
html,
body {
height: 100%;
Expand Down Expand Up @@ -46,4 +46,4 @@ gmp-place-search {
color-scheme: light;
}

/* [END maps_ui_kit_place_search_nearby] */
/* [END maps_ui_kit_advanced_place_search_nearby] */
4 changes: 2 additions & 2 deletions samples/ui-kit-advanced-place-search-text/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright 2026 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
/* [START maps_ui_kit_place_search_text] */
/* [START maps_ui_kit_advanced_place_search_text] */
html,
body {
height: 100%;
Expand Down Expand Up @@ -70,4 +70,4 @@ gmp-place-search {
background-color: #1765cc;
}

/* [END maps_ui_kit_place_search_text] */
/* [END maps_ui_kit_advanced_place_search_text] */