Cap ultrawide layout at 1600px centered using 21:9 aspect ratio.

Apply fixed container width only on fish-eye monitors; bump instance_page.css cache version.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-23 08:27:32 +08:00
parent 1a5d565b03
commit 625eabb15c
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -165,8 +165,8 @@
.panel-scroll,.pos-list{max-height:420px}
.records-card .table-wrap{max-height:620px;overflow:auto}
}
/* 带鱼/超宽:整页(含顶栏统计)固定 1600 居中;1920 仍用上方 min(1840px,96vw) */
@media (min-width: 2000px){
/* 带鱼屏(宽高比≥21:9):整页固定 1600 居中;普通宽屏仍用 min(1840px,96vw) */
@media (min-aspect-ratio: 21/9) and (min-width: 1601px) {
.container{max-width:1600px;width:100%}
}
@media (min-width: 2560px){