diff --git a/www/html/Admin/admin.css b/www/html/Admin/admin.css index 1ff99e4..5ec7d1c 100644 --- a/www/html/Admin/admin.css +++ b/www/html/Admin/admin.css @@ -2464,3 +2464,41 @@ code { flex: 0 0 2.25rem; font-size: 0.82rem; } + +/* Stack minigame (Tower block) — คอลัมน์ปกติ/ใหญ่เท่ากัน + พรีวิวสัดส่วนตามรูปอ้างอิง (ปกติ 314×103 · ใหญ่ 382×72) */ +.space-shooter-ship-row.stack-block-visual-row { + display: grid; + grid-template-columns: + 1.75rem + minmax(0, 1fr) + min(42vw, 168px) + auto + minmax(0, 1fr) + min(48vw, 200px) + auto; + align-items: start; + gap: 0.45rem 0.55rem; +} +.stack-block-visual-row .space-shooter-ship-url-label { + flex: unset; + min-width: 0; + max-width: 100%; +} +.stack-block-visual-row .space-shooter-ship-url-label input[type='text'] { + max-width: 100%; +} +.stack-block-visual-row .space-shooter-ship-prev.stack-block-prev { + flex: unset; + width: 100%; + height: auto; + display: block; + box-sizing: border-box; +} +.stack-block-visual-row .space-shooter-ship-prev.stack-block-prev--normal { + aspect-ratio: 314 / 103; + max-width: 168px; +} +.stack-block-visual-row .space-shooter-ship-prev.stack-block-prev--heavy { + aspect-ratio: 382 / 72; + max-width: 200px; +} diff --git a/www/html/Admin/index.html b/www/html/Admin/index.html index 64d0126..e4bcf9b 100644 --- a/www/html/Admin/index.html +++ b/www/html/Admin/index.html @@ -10,7 +10,7 @@ - +
ข้ามไปเนื้อหา @@ -784,12 +784,12 @@บันทึกแล้วจะได้รหัสฉาก ใช้รหัสนี้ตอนสร้างห้องในล็อบบี้