[Glitch] Collapse posts/collections in moderation interface

Port e2aecd040c to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
David Roetzel
2026-02-23 16:14:24 +01:00
committed by Claire
parent 25e1ade5e2
commit 7309703de4

View File

@@ -377,6 +377,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;