壳子替换

This commit is contained in:
QWQLwToo
2026-07-06 23:08:53 +08:00
parent 31d778710b
commit b9578edc3a
12 changed files with 450 additions and 34 deletions
@@ -108,6 +108,7 @@ p {
.table-wrap,
.code-wrap,
.summary-item,
.related-actions,
.kv,
.list-item,
.file-card,
@@ -173,6 +174,7 @@ p {
}
.actions,
.related-actions,
.link-actions,
.raw-actions {
display: flex;
@@ -181,6 +183,13 @@ p {
justify-content: flex-end;
}
.related-actions {
grid-column: 1 / -1;
justify-content: flex-start;
padding: 10px;
background: color-mix(in srgb, var(--panel) 76%, var(--soft));
}
.summary-strip {
grid-column: 1 / -1;
display: grid;