diff options
Diffstat (limited to 'viewer/src/components/LdDownload.vue')
-rw-r--r-- | viewer/src/components/LdDownload.vue | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/viewer/src/components/LdDownload.vue b/viewer/src/components/LdDownload.vue index f86d455..aea4123 100644 --- a/viewer/src/components/LdDownload.vue +++ b/viewer/src/components/LdDownload.vue | |||
@@ -19,7 +19,7 @@ | |||
19 | --> | 19 | --> |
20 | 20 | ||
21 | <template> | 21 | <template> |
22 | <div :class="$style.container"> | 22 | <div class="container-vh-centering"> |
23 | <a :class="$style.content" :download="itemFileName()" :href="itemDownloadUrl()"> | 23 | <a :class="$style.content" :download="itemFileName()" :href="itemDownloadUrl()"> |
24 | <!-- TODO: show thumbnail instead of this generic file download icon? --> | 24 | <!-- TODO: show thumbnail instead of this generic file download icon? --> |
25 | <fa-icon :class="$style.icon" icon="file-download" size="6x" /> | 25 | <fa-icon :class="$style.icon" icon="file-download" size="6x" /> |
@@ -50,13 +50,6 @@ import { Component, Prop, Vue } from "vue-property-decorator"; | |||
50 | </script> | 50 | </script> |
51 | 51 | ||
52 | <style lang="scss" module> | 52 | <style lang="scss" module> |
53 | .container { | ||
54 | min-height: 100%; | ||
55 | display: flex; | ||
56 | align-items: center; | ||
57 | justify-content: center; | ||
58 | } | ||
59 | |||
60 | .content { | 53 | .content { |
61 | text-align: center; | 54 | text-align: center; |
62 | } | 55 | } |