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:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user