From 6f06708c710f4b9d535ea4fd80d95cc6399d7433 Mon Sep 17 00:00:00 2001 From: Dominik Date: Mon, 10 Aug 2026 19:12:44 +0200 Subject: [PATCH] refine display and keypad position --- frontend/src/components/PayphoneOverlay.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/PayphoneOverlay.vue b/frontend/src/components/PayphoneOverlay.vue index bfd1e05..c3894e2 100644 --- a/frontend/src/components/PayphoneOverlay.vue +++ b/frontend/src/components/PayphoneOverlay.vue @@ -494,9 +494,9 @@ onBeforeUnmount(() => { position: absolute; z-index: 2; top: 22.7%; - left: 34.4%; - width: 54.5%; - height: 16.65%; + left: 33.5%; + width: 54.3%; + height: 17.3%; padding: 3.4%; overflow: hidden; border-radius: 6px; @@ -581,7 +581,7 @@ onBeforeUnmount(() => { position: absolute; z-index: 2; top: 44.7%; - left: 36.35%; + left: 35.3%; width: 50.9%; height: 29%; display: grid; @@ -644,7 +644,7 @@ onBeforeUnmount(() => { position: absolute; z-index: 2; top: 75.6%; - left: 36.35%; + left: 35.3%; width: 50.9%; height: 5.9%; display: grid;