Widen ultrawide page container from 1440px to 1600px.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -163,9 +163,9 @@
|
|||||||
.panel-scroll,.pos-list{max-height:420px}
|
.panel-scroll,.pos-list{max-height:420px}
|
||||||
.records-card .table-wrap{max-height:620px;overflow:auto}
|
.records-card .table-wrap{max-height:620px;overflow:auto}
|
||||||
}
|
}
|
||||||
/* 带鱼/超宽:整页(含顶栏统计)固定 1440 居中;1920 仍用上方 min(1840px,96vw) */
|
/* 带鱼/超宽:整页(含顶栏统计)固定 1600 居中;1920 仍用上方 min(1840px,96vw) */
|
||||||
@media (min-width: 2000px){
|
@media (min-width: 2000px){
|
||||||
.container{max-width:1440px;width:100%}
|
.container{max-width:1600px;width:100%}
|
||||||
}
|
}
|
||||||
@media (min-width: 2560px){
|
@media (min-width: 2560px){
|
||||||
.dual-panel-grid{gap:18px}
|
.dual-panel-grid{gap:18px}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<script src="/static/autofill_guard.js?v=1"></script>
|
<script src="/static/autofill_guard.js?v=1"></script>
|
||||||
<link rel="stylesheet" href="/static/instance_theme_early.css?v=4">
|
<link rel="stylesheet" href="/static/instance_theme_early.css?v=4">
|
||||||
<link rel="stylesheet" href="/static/account_risk_badge.css?v=4">
|
<link rel="stylesheet" href="/static/account_risk_badge.css?v=4">
|
||||||
<link rel="stylesheet" href="/static/instance_page.css?v=16">
|
<link rel="stylesheet" href="/static/instance_page.css?v=17">
|
||||||
<link rel="stylesheet" href="/static/instance_theme.css?v=121">
|
<link rel="stylesheet" href="/static/instance_theme.css?v=121">
|
||||||
<script src="/static/account_risk_badge.js?v=4"></script>
|
<script src="/static/account_risk_badge.js?v=4"></script>
|
||||||
<script src="/static/open_submit_gate.js?v=1"></script>
|
<script src="/static/open_submit_gate.js?v=1"></script>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
<link rel="apple-touch-icon" href="/static/icons/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="/static/icons/apple-touch-icon.png">
|
||||||
<link rel="manifest" href="/static/icons/manifest.webmanifest">
|
<link rel="manifest" href="/static/icons/manifest.webmanifest">
|
||||||
<title>{{ pwa_app_name }}</title>
|
<title>{{ pwa_app_name }}</title>
|
||||||
<link rel="stylesheet" href="/static/instance_page.css?v=16">
|
<link rel="stylesheet" href="/static/instance_page.css?v=17">
|
||||||
<link rel="stylesheet" href="/static/instance_theme.css?v=121">
|
<link rel="stylesheet" href="/static/instance_theme.css?v=121">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user