Fix #22, fix #23. Display posts as grid instead of flexbox, add song info

This commit is contained in:
2023-04-23 20:10:45 +02:00
parent 42d91a097f
commit 9bbcc843c2
5 changed files with 149 additions and 24 deletions

View File

@ -10,8 +10,8 @@
<style>
img {
max-width: 50px;
max-height: 50px;
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
object-fit: contain;