Browse Source

Aligned the album download button

Kana 6 years ago
parent
commit
eb01ab06a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      views/album.handlebars

+ 1 - 1
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}}