main #6

Merged
Vishnu merged 37 commits from main into ui 2025-03-26 10:47:28 +00:00
Showing only changes of commit 238224a759 - Show all commits

View File

@@ -12,7 +12,16 @@
top: 0;
left: 0;
transform: scale(1);
.scene-container {
width: 100%;
height: 100%;
canvas {
width: 100vw !important;
height: 100% !important;
}
}
// Panels
.panel {
position: absolute;
@@ -146,6 +155,7 @@
.scene-container {
width: 100%;
height: 100%;
canvas {
width: calc((100vw * 1.65) - (320px + 270px + 70px) / 0.6) !important;
height: 100% !important;