fix: stretch settings side cards to match left column height
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -2193,6 +2193,7 @@ html[data-theme="light"] .journal-detail-img-thumb {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
align-self: stretch;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
@@ -2203,8 +2204,19 @@ html[data-theme="light"] .journal-detail-img-thumb {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.settings-side-col > .settings-card {
|
||||
flex: 1 1 0;
|
||||
min-height: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.settings-side-col .settings-card--export {
|
||||
margin-top: auto;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.settings-side-col .settings-card--export .settings-link-list {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.settings-card--compact {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<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/instance_page.css?v=4">
|
||||
<link rel="stylesheet" href="/static/instance_theme.css?v=64">
|
||||
<link rel="stylesheet" href="/static/instance_theme.css?v=65">
|
||||
<script src="/static/account_risk_badge.js?v=4"></script>
|
||||
<meta name="theme-color" content="#0b0d14">
|
||||
<title>{{ exchange_display }} · 加密货币 | 交易监控复盘系统</title>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<link rel="manifest" href="/static/icons/manifest.webmanifest">
|
||||
<title>{{ exchange_display }} · 加密货币 | 交易监控复盘系统</title>
|
||||
<link rel="stylesheet" href="/static/instance_page.css?v=1">
|
||||
<link rel="stylesheet" href="/static/instance_theme.css?v=64">
|
||||
<link rel="stylesheet" href="/static/instance_theme.css?v=65">
|
||||
|
||||
</head>
|
||||
<body
|
||||
|
||||
Reference in New Issue
Block a user