MediaAttachmentGrid: fix bad waterfall

This commit is contained in:
thislight 2024-10-12 19:06:23 +08:00
parent 196a7d10ac
commit e16fdbe579
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -66,7 +66,7 @@ const MediaAttachmentGrid: Component<{
css`
.attachments {
column-count: ${columnCount.toString()};
column-count: ${columnCount().toString()};
}
`;
return (