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:
parent
1bbb600481
commit
29a6a74c37
@ -75,7 +75,7 @@
|
|||||||
<span class="stat_module">
|
<span class="stat_module">
|
||||||
|
|
||||||
|
|
||||||
{%- with amountkeys = {"perpage":15,"page":0}, shortTimeDesc=True -%}
|
{%- with amountkeys = {"perpage":12,"page":0}, shortTimeDesc=True -%}
|
||||||
{% include 'partials/scrobbles.jinja' %}
|
{% include 'partials/scrobbles.jinja' %}
|
||||||
{%- endwith -%}
|
{%- endwith -%}
|
||||||
</span>
|
</span>
|
||||||
|
@ -517,7 +517,7 @@ table.list {
|
|||||||
table.list tr {
|
table.list tr {
|
||||||
background-color: var(--current-bg-color);
|
background-color: var(--current-bg-color);
|
||||||
border-color: var(--current-bg-color);
|
border-color: var(--current-bg-color);
|
||||||
height: 1.5em;
|
height: 1.45em;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user