Skip to content

Commit 8ee9c91

Browse files
committed
fix: keep market header actions on one line
1 parent 947e2fc commit 8ee9c91

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

web-ui/styles/skills-market.css

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,12 @@
215215

216216
.market-overview-header {
217217
gap: var(--spacing-sm);
218-
align-items: flex-start;
218+
align-items: center;
219219
}
220220

221221
.market-header-actions {
222-
flex-wrap: wrap;
222+
flex-wrap: nowrap;
223+
align-items: center;
223224
}
224225

225226
/* 缩减顶部操作按钮尺寸(刷新概览 / 打开 Skills 管理),并确保两者对齐 */
@@ -236,6 +237,15 @@
236237
justify-content: center;
237238
}
238239

240+
@media (max-width: 720px) {
241+
.market-overview-header {
242+
align-items: flex-start;
243+
}
244+
.market-header-actions {
245+
flex-wrap: wrap;
246+
}
247+
}
248+
239249
.market-target-switch {
240250
display: flex;
241251
flex-wrap: wrap;

0 commit comments

Comments
 (0)