Collapse posts/collections in moderation interface (#37929)

This commit is contained in:
David Roetzel
2026-02-23 16:14:24 +01:00
committed by GitHub
parent e0cc3a30ef
commit e2aecd040c
27 changed files with 87 additions and 76 deletions

View File

@@ -378,6 +378,15 @@ $content-width: 840px;
}
}
details > summary {
text-transform: uppercase;
font-size: 13px;
font-weight: 700;
color: var(--color-text-secondary);
padding-top: 24px;
margin-bottom: 8px;
}
@media screen and (max-width: $no-columns-breakpoint) {
display: block;