diff --git a/themes/intotheeast/css/style.css b/themes/intotheeast/css/style.css index 8aa1aa4..b272344 100644 --- a/themes/intotheeast/css/style.css +++ b/themes/intotheeast/css/style.css @@ -645,6 +645,7 @@ body::after { /* ── Mini-map on tracker feed ────────────────────────────────────────────────── */ .feed-map-wrap { + position: relative; margin-bottom: var(--space-10); border-radius: var(--radius-md); overflow: hidden; @@ -653,7 +654,6 @@ body::after { } .feed-map { - position: relative; height: 240px; width: 100%; } @@ -664,7 +664,7 @@ body::after { .feed-map-fullscreen-btn { position: absolute; - bottom: var(--space-2); + top: var(--space-2); right: var(--space-2); width: 2rem; height: 2rem; diff --git a/themes/intotheeast/templates/dailies.html.twig b/themes/intotheeast/templates/dailies.html.twig index 2dd9f19..075bc32 100644 --- a/themes/intotheeast/templates/dailies.html.twig +++ b/themes/intotheeast/templates/dailies.html.twig @@ -37,14 +37,13 @@ {% if map_entries|length > 0 %}