mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
Zoom out embedded overlay previews in Graphics view
This commit is contained in:
@@ -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;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user