Fix scale expansion case

This commit is contained in:
barsdeveloper
2021-07-01 23:21:50 +02:00
parent 1e1534b2ce
commit 531cbd0891

View File

@@ -49,8 +49,8 @@
position : absolute;
min-width : 100%;
min-height : 100%;
width : calc(100% + var(--ueb-additional-x) * 1px);
height : calc(100% + var(--ueb-additional-y) * 1px);
width : calc((100% + var(--ueb-additional-x) * 1px) / var(--ueb-grid-scale));
height : calc((100% + var(--ueb-additional-y) * 1px) / var(--ueb-grid-scale));
background-color : #262626;
background-image :
/* Axis lines */