verbesserung patch und kutte

This commit is contained in:
kai
2026-08-26 10:51:46 +02:00
parent a18dba1c8f
commit b7128e8aaf
2 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<style>
.patch-admin-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.patch-admin-card { display: grid; gap: 12px; align-content: start; }
.patch-preview { width: 96px; height: 96px; object-fit: contain; padding: 8px; background: #242424; border: 2px dashed #78716c; border-radius: 12px; }
.patch-preview { width: 140px; height: 140px; object-fit: contain; padding: 4px; background: #242424; border: 2px dashed #78716c; border-radius: 12px; }
.patch-placeholder { display: grid; place-items: center; font-size: 2.5rem; }
.patch-upload { display: grid; gap: 8px; }
</style>