feat: implement automatic smart mobile app launcher with custom schemes and web fallbacks
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s

This commit is contained in:
Kroonk
2026-05-21 22:28:22 +02:00
parent e663534000
commit 0d4377aed2
7 changed files with 107 additions and 5 deletions

View File

@@ -668,7 +668,7 @@ main {
.admin-row {
display: grid;
grid-template-columns: minmax(170px, 1.1fr) minmax(150px, 0.7fr) minmax(220px, 1.2fr) auto;
grid-template-columns: minmax(140px, 1fr) minmax(120px, 0.6fr) minmax(180px, 1.1fr) minmax(130px, 0.9fr) auto;
gap: 10px;
align-items: end;
padding: 12px;