AlbumHeaderBox: apply some border radius to tag headers
This commit is contained in:
@@ -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, '">←</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>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user