mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 09:44:49 +08:00
Fix scale expansion case
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user