1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Altered the previous fix. Pray I don't alter it further.

This commit is contained in:
krateng 2022-04-23 17:24:18 +02:00
parent 1bbb600481
commit 29a6a74c37
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@
<span class="stat_module">
{%- with amountkeys = {"perpage":15,"page":0}, shortTimeDesc=True -%}
{%- with amountkeys = {"perpage":12,"page":0}, shortTimeDesc=True -%}
{% include 'partials/scrobbles.jinja' %}
{%- endwith -%}
</span>

View File

@ -517,7 +517,7 @@ table.list {
table.list tr {
background-color: var(--current-bg-color);
border-color: var(--current-bg-color);
height: 1.5em;
height: 1.45em;
}