diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 88e181765..fd6355ead 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7771,3 +7771,18 @@ td[data-time] { table.border-0 * { border: none !important; } + +#bank-stamp { + position: absolute; + right: 10vw; + bottom: 5vh; + opacity: 0.7; + height: 100px; +} + +@media (max-width: 768px) { + #bank-stamp { + bottom: 2vh; + height: 80px; + } +} diff --git a/files/assets/images/bank-stamp.webp b/files/assets/images/bank-stamp.webp new file mode 100644 index 000000000..d671b8b03 Binary files /dev/null and b/files/assets/images/bank-stamp.webp differ diff --git a/files/templates/bank_statement.html b/files/templates/bank_statement.html index 03df9bf78..391ca292a 100644 --- a/files/templates/bank_statement.html +++ b/files/templates/bank_statement.html @@ -39,6 +39,7 @@ {% endfor %} + {{macros.pagination("pb-0 pl-0 pt-1")}} {% else %}
There's nothing here right now.