壳子替换
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user