We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601ee42 commit c63b092Copy full SHA for c63b092
Moo/play/templates/recently-played.html
@@ -1,7 +1,7 @@
1
{%- if history -%}
2
-<div style="margin: 0px 32px;">
+<div style="margin: 0 32px; padding-bottom: 16px;">
3
4
- <div id="recent" style="display: inline-block">
+ <div id="recent">
5
{%- for album in history | reverse -%}
6
<a href="/album{{ album | urlencode }}"
7
><img
0 commit comments