Cap the full page container at 1440px on ultrawide screens.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-16 15:55:18 +08:00
parent 3cb1642f16
commit 82d891ac92
4 changed files with 7 additions and 17 deletions
-9
View File
@@ -4577,15 +4577,6 @@ html[data-theme="light"] .opt-order-chip {
gap: 16px;
align-items: stretch;
}
/* 带鱼/超宽:双栏总宽固定 1440 居中;1920 仍吃满 .container(约 1840) */
@media (min-width: 2000px) {
.options-page-wrap {
max-width: 1440px;
width: 100%;
margin-left: auto;
margin-right: auto;
}
}
.options-order-card,
.options-pos-card-wrap {
display: flex;