fix(ui): move task memory save/delete buttons to title header row

This commit is contained in:
Youzini-afk
2026-04-12 23:20:28 +08:00
parent 4a2c9c7687
commit 1390cd2d7e
2 changed files with 28 additions and 12 deletions

View File

@@ -1354,11 +1354,27 @@
font-size: 12px;
}
.bme-memory-detail__header {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 8px;
margin-bottom: 8px;
}
.bme-memory-detail__header-actions {
display: flex;
align-items: center;
gap: 2px;
flex-shrink: 0;
}
.bme-memory-detail__title {
font-size: 18px;
font-weight: 700;
color: var(--bme-on-surface);
margin-bottom: 8px;
min-width: 0;
word-break: break-word;
}
.bme-memory-detail__badges {