From 95c4c2e5ff71961b1dba5f42e826d373f4d96a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Wed, 18 Jan 2023 22:45:12 +0000 Subject: [PATCH] move rectpad size --- ui/src/components/DoorMapEditor.vue | 2 -- ui/src/components/rects/RectPad.vue | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/DoorMapEditor.vue b/ui/src/components/DoorMapEditor.vue index 8d6b2f8..cf181e3 100644 --- a/ui/src/components/DoorMapEditor.vue +++ b/ui/src/components/DoorMapEditor.vue @@ -55,8 +55,6 @@ div { #rectpad { position: absolute; z-index: 2; - height: 100%; - width: 100%; } } \ No newline at end of file diff --git a/ui/src/components/rects/RectPad.vue b/ui/src/components/rects/RectPad.vue index 5e04979..8a836ef 100644 --- a/ui/src/components/rects/RectPad.vue +++ b/ui/src/components/rects/RectPad.vue @@ -151,5 +151,7 @@ export default class RectPad extends Vue { \ No newline at end of file