refactor: update z-index values, enhance UserAuth checkbox, and improve sidebar styles; add ZoneProperties and Vector3Input components

This commit is contained in:
2025-03-26 11:18:23 +05:30
parent 7099f1b423
commit cf86dc8c37
14 changed files with 219 additions and 73 deletions

View File

@@ -11,6 +11,13 @@
top: 50%;
left: calc(270px + 45px);
transform: translate(0, -50%);
border-radius: #{$border-radius-medium};
transition: all 0.2s;
z-index: #{$z-index-default};
.scene-container {
overflow: hidden;
}
.icon {
display: flex;
@@ -180,7 +187,6 @@
}
}
&.top-panel,
&.bottom-panel {
left: 0;
@@ -387,4 +393,4 @@
}
}
}
}
}