add bank stamp (thx dwhite <3)

pull/225/head
Aevann 2024-03-06 01:15:36 +02:00
parent ef6d5c6428
commit 3df4ccdc3b
3 changed files with 16 additions and 0 deletions

View File

@ -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;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

View File

@ -39,6 +39,7 @@
{% endfor %}
</tbody>
</table>
<img id="bank-stamp" src="/i/bank-stamp.webp">
{{macros.pagination("pb-0 pl-0 pt-1")}}
{% else %}
<div class="p-3">There's nothing here right now.</div>