Frontend: Masonry-Layout + kompaktere Kacheln, media/* in .gitignore
- CSS Grid → CSS Columns (column-count:4) für echtes Masonry-Layout - Karten behalten ihre natürliche Höhe, kein Strecken mehr - Responsive: 3 Spalten @1100px, 2 @750px, 1 @500px - Kacheln kompakter: media-crop 200px→160px, weniger Padding - Hover: translateY(-3px) statt scale (vermeidet Clipping im Masonry) - .gitignore: media/* statt media/uploads/ (alle Medien ignorieren) - import re auf Module-Ebene (war vorher nur lokal in extract_halle)
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ venv/
|
||||
*.db-wal
|
||||
|
||||
# Media (too large, stored on disk)
|
||||
media/uploads/
|
||||
media/*
|
||||
*.log
|
||||
|
||||
# IDE
|
||||
|
||||
Reference in New Issue
Block a user