diff options
| author | tusooa <tusooa@kazv.moe> | 2023-01-14 23:20:28 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-01-14 23:20:28 -0500 |
| commit | a58a6d3c357592f34007c67bbf7fdf740864212a (patch) | |
| tree | 2e2ac199dfc9b1f00b2acd998db3ea52196cc102 /src/components/gallery/gallery.js | |
| parent | b4cbbefbd2dac62a0e334da43d1e076d4bef00a7 (diff) | |
Fix notification attachment icon overflow
Diffstat (limited to 'src/components/gallery/gallery.js')
| -rw-r--r-- | src/components/gallery/gallery.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/gallery/gallery.js b/src/components/gallery/gallery.js index 4e1bda55..e86a3eea 100644 --- a/src/components/gallery/gallery.js +++ b/src/components/gallery/gallery.js @@ -4,6 +4,7 @@ import { sumBy, set } from 'lodash' const Gallery = { props: [ 'attachments', + 'compact', 'limitRows', 'descriptions', 'limit', |
