mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 01:31:34 +00:00
Aligned the album download button
This commit is contained in:
parent
48883d7728
commit
eb01ab06a2
@ -48,7 +48,7 @@
|
|||||||
<h1 class="title" id='title' style='margin-top: 1.5rem;'>{{ title }}</h1>
|
<h1 class="title" id='title' style='margin-top: 1.5rem;'>{{ title }}</h1>
|
||||||
<h1 class="subtitle" id='count'>{{ count }} files</h1>
|
<h1 class="subtitle" id='count'>{{ count }} files</h1>
|
||||||
</div>
|
</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}}
|
{{#if enableDownload}}
|
||||||
<a class="button is-primary is-outlined" title="Download album" href="/api/album/zip/{{ identifier }}">Download Album</a>
|
<a class="button is-primary is-outlined" title="Download album" href="/api/album/zip/{{ identifier }}">Download Album</a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
Reference in New Issue
Block a user