mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 11:11:11 +02:00
Collapse posts/collections in moderation interface (#37929)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user