fix: stretch settings side cards to match left column height

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-07 11:29:14 +08:00
parent 6571fc9029
commit 5680ab515e
3 changed files with 15 additions and 3 deletions
+13 -1
View File
@@ -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 {