fix: resolve preview size issue

This commit is contained in:
2026-06-23 22:54:20 +05:00
parent 56f01d412e
commit 0b05981b49
2 changed files with 8 additions and 3 deletions
+3 -2
View File
@@ -441,7 +441,9 @@ main {
}
#field {
position: relative;
position: absolute;
top: 0;
left: 0;
transform-origin: 0 0;
background: #0c1018;
}
@@ -502,7 +504,6 @@ body.mode-preview .right-col {
}
body.mode-preview .left-col {
max-width: 900px;
width: 100%;
}