From 12d33d1c71fa1b88a1399494e239abfcb4957575 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Fri, 14 Aug 2026 14:13:05 +0200 Subject: [PATCH] feat(admin): enhance region editor layout and adjust styling for better visibility --- frontend/src/views/admin/falukant/MapRegionsView.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/admin/falukant/MapRegionsView.vue b/frontend/src/views/admin/falukant/MapRegionsView.vue index 4c34fc6..a24b657 100755 --- a/frontend/src/views/admin/falukant/MapRegionsView.vue +++ b/frontend/src/views/admin/falukant/MapRegionsView.vue @@ -69,7 +69,7 @@ -
+

{{ $t('admin.falukant.map.createRegion.title') }}

@@ -999,6 +999,7 @@ export default { } .details { + order: -1; margin-top: 12px; padding: 12px; border: 1px solid #b9d5ef; @@ -1265,6 +1266,7 @@ export default { } .empty-selection { + order: -1; margin: 12px 0 0; padding: 10px; border: 1px dashed #c5d0da; @@ -1272,6 +1274,11 @@ export default { font-size: 0.85rem; } +.region-editor { + display: flex; + flex-direction: column; +} + .create-region { margin-top: 0.5rem; padding: 0.5rem;