aboutsummaryrefslogtreecommitdiff
path: root/templates/album.qtpl
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-08-16 19:31:48 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-08-16 19:31:48 +0200
commit969b7600a86185187cd17d45bd252143db4a6728 (patch)
treec4d625c9b1a1fa5584e70f02f02f5cd077fb94c9 /templates/album.qtpl
parenta98acb9c8b86a2c2f35841c86d3c3f1d7c176b61 (diff)
downloadlens-969b7600a86185187cd17d45bd252143db4a6728.tar.gz
lens-969b7600a86185187cd17d45bd252143db4a6728.tar.bz2
lens-969b7600a86185187cd17d45bd252143db4a6728.zip
ref: Some typography tweaks
Diffstat (limited to 'templates/album.qtpl')
-rw-r--r--templates/album.qtpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/album.qtpl b/templates/album.qtpl
index ce8111e..9f4c0bd 100644
--- a/templates/album.qtpl
+++ b/templates/album.qtpl
@@ -20,10 +20,10 @@ func (m *AlbumPage) PreloadAttr() string {
{% func (p *AlbumPage) Title() %}Media{% endfunc %}
{% func (p *AlbumPage) Content() %}
-<h1 class="title">{%s p.Name %}</h1>
+<h1 class="title text-size-1">{%s p.Name %}</h1>
<div class="tags are-large">
{% for _, a := range p.Albums %}
- <a href="/album/?albumId={%s FromUInttoString(&a.ID) %}" class="tag">{%s a.Name %}</a>
+ <a href="/album/?albumId={%s FromUInttoString(&a.ID) %}" class="tag text-size-2">{%s a.Name %}</a>
{% endfor %}
</div>
<div class="columns is-multiline">
@@ -41,7 +41,7 @@ func (m *AlbumPage) PreloadAttr() string {
</div>
{% endfor %}
</div>
-<div class="row">
+<div>
<a href="/media/?page={%d p.Next.Page %}" class="button is-pulled-right">next</a>
</div>
{% endfunc %}