This commit is contained in:
Bastian Wagner
2026-08-22 21:56:28 +02:00
parent 139c5517f2
commit 2dadc5c4a7
6 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

View File

@@ -88,6 +88,7 @@ export interface LocationInteractionResult {
interactionKey: string;
title: string;
text: string;
img?: string;
}
export interface CurrentLocationResponse {

View File

@@ -39,7 +39,7 @@
.merchant__portrait {
inline-size: 7rem;
block-size: 7rem;
object-fit: cover;
object-fit: contain;
border: 1px solid var(--ar-border-highlight);
border-radius: var(--ar-radius-md);
background: var(--ar-panel-muted);