feat: increase outputPreviweHeight
This commit is contained in:
@@ -73,7 +73,7 @@ export const getResponsiveDimensions = (): AppDimensions => {
|
|||||||
browserWidth,
|
browserWidth,
|
||||||
browserHeight,
|
browserHeight,
|
||||||
panelHeight: browserHeight + 137,
|
panelHeight: browserHeight + 137,
|
||||||
outputPreviewHeight: windowHeight * 0.7,
|
outputPreviewHeight: windowHeight * 0.9,
|
||||||
outputPreviewWidth,
|
outputPreviewWidth,
|
||||||
canvasWidth: browserWidth,
|
canvasWidth: browserWidth,
|
||||||
canvasHeight: browserHeight
|
canvasHeight: browserHeight
|
||||||
|
|||||||
Reference in New Issue
Block a user