Skip to content

Commit c63b092

Browse files
committed
Restore balanced round ends on history
1 parent 601ee42 commit c63b092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Moo/play/templates/recently-played.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{%- if history -%}
2-
<div style="margin: 0px 32px;">
2+
<div style="margin: 0 32px; padding-bottom: 16px;">
33

4-
<div id="recent" style="display: inline-block">
4+
<div id="recent">
55
{%- for album in history | reverse -%}
66
<a href="/album{{ album | urlencode }}"
77
><img

0 commit comments

Comments
 (0)