AlbumHeaderBox: apply some border radius to tag headers

This commit is contained in:
2023-03-11 14:17:38 +01:00
parent 812c7a4f20
commit b9bd2bf499
2 changed files with 9 additions and 2 deletions

View File

@@ -25,7 +25,9 @@ class AlbumHeaderBox extends Template
{
echo '
<div class="album_title_box">
<a class="back_button" href="', $this->back_link, '" title="', $this->back_link_title, '">&larr;</a>
<a class="back_button" href="', $this->back_link, '" title="', $this->back_link_title, '">
<i class="bi bi-arrow-left"></i>
</a>
<div>
<h2>', $this->title, '</h2>';