MediaAttachmentGrid: fix bad waterfall

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

View file

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