mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 14:20:35 +08:00
fix(ui): move task memory save/delete buttons to title header row
This commit is contained in:
18
style.css
18
style.css
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user