diff --git a/src/dashboard/scoreko-dev/views/Graphics.vue b/src/dashboard/scoreko-dev/views/Graphics.vue index 59c5e84..a3a4c36 100644 --- a/src/dashboard/scoreko-dev/views/Graphics.vue +++ b/src/dashboard/scoreko-dev/views/Graphics.vue @@ -190,8 +190,10 @@ const onDragStart = (event: DragEvent, graphic: GraphicConfig) => { } .graphics-preview__frame { - width: 100%; - height: 100%; + width: 125%; + height: 125%; border: 0; + transform: scale(0.8); + transform-origin: top left; }