aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKana <[email protected]>2017-10-10 14:56:20 -0300
committerGitHub <[email protected]>2017-10-10 14:56:20 -0300
commiteb01ab06a26bbbb52a4822997f9918f7b48d7e17 (patch)
treebc4956a68dfe1e6efdeb5e95eeddc01e7f2b54b3
parentAdded minimum node version (diff)
downloadhost.fuwn.me-eb01ab06a26bbbb52a4822997f9918f7b48d7e17.tar.xz
host.fuwn.me-eb01ab06a26bbbb52a4822997f9918f7b48d7e17.zip
Aligned the album download button
-rw-r--r--views/album.handlebars2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/album.handlebars b/views/album.handlebars
index 3cbe1c4..8b07d0e 100644
--- a/views/album.handlebars
+++ b/views/album.handlebars
@@ -48,7 +48,7 @@
<h1 class="title" id='title' style='margin-top: 1.5rem;'>{{ title }}</h1>
<h1 class="subtitle" id='count'>{{ count }} files</h1>
</div>
- <div class="column is-3" style="text-align: center; padding-top: 45px;">
+ <div class="column is-3" style="text-align: right; padding-top: 45px;">
{{#if enableDownload}}
<a class="button is-primary is-outlined" title="Download album" href="/api/album/zip/{{ identifier }}">Download Album</a>
{{/if}}