Add iOS & Android build + frontend fixes for desktop
Build & Push Docker Images / test-backend (push) Successful in 53s
Build & Push Docker Images / test-frontend (push) Successful in 58s
Build & Push Docker Images / build-backend (push) Successful in 1m4s
Build & Push Docker Images / build-frontend (push) Failing after 56s

This commit is contained in:
Ichitux
2026-05-26 19:12:31 +02:00
parent 53f81eeb01
commit c3f0f3c35c
15 changed files with 381 additions and 7 deletions
@@ -3,6 +3,10 @@
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 1.25rem;
margin-top: 1rem;
max-height: 60vh;
overflow-y: auto;
overscroll-behavior: contain;
padding: 0.5rem 0.5rem 0.5rem 0;
animation: fadeInUp 0.8s ease-out 0.4s backwards;
}