diff options
Diffstat (limited to 'viewer/src/components/LdGallery.vue')
-rw-r--r-- | viewer/src/components/LdGallery.vue | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/viewer/src/components/LdGallery.vue b/viewer/src/components/LdGallery.vue index cd4bc28..29c18b9 100644 --- a/viewer/src/components/LdGallery.vue +++ b/viewer/src/components/LdGallery.vue | |||
@@ -42,7 +42,16 @@ export default class LdPicture extends Vue { | |||
42 | </script> | 42 | </script> |
43 | 43 | ||
44 | <style lang="scss"> | 44 | <style lang="scss"> |
45 | .thumbnail-tiles .noresult { | 45 | .thumbnail-tiles { |
46 | margin-top: 40px; | 46 | display: flex; |
47 | flex-wrap: wrap; | ||
48 | align-items: center; | ||
49 | justify-content: space-evenly; | ||
50 | & > a { | ||
51 | margin: 2px; | ||
52 | } | ||
53 | & .noresult { | ||
54 | margin-top: 40px; | ||
55 | } | ||
47 | } | 56 | } |
48 | </style> | 57 | </style> |