From fb7a96f0328b6b1934a7895833053386d5a89ea2 Mon Sep 17 00:00:00 2001 From: Bastian Wagner Date: Sat, 22 Aug 2026 22:42:55 +0200 Subject: [PATCH] layout interactions --- .../location-interaction-panel.component.html | 26 +++++++++++-------- .../location-interaction-panel.component.scss | 12 +++++++++ .../features/world/world-page.component.html | 2 +- 3 files changed, 28 insertions(+), 12 deletions(-) diff --git a/apps/web/src/app/features/world/location-interaction-panel/location-interaction-panel.component.html b/apps/web/src/app/features/world/location-interaction-panel/location-interaction-panel.component.html index 9e56835..660653d 100644 --- a/apps/web/src/app/features/world/location-interaction-panel/location-interaction-panel.component.html +++ b/apps/web/src/app/features/world/location-interaction-panel/location-interaction-panel.component.html @@ -7,17 +7,21 @@ data-interaction-panel > @if (result) { - @if (result.img) { - - } -

{{ result.title }}

-

{{ result.text }}

+
+ @if (result.img) { + + } +
+

{{ result.title }}

+

{{ result.text }}

+
+
} @else {

Nothing to discover