mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
Make search page header more compact and fix layout structure
- Reduce all spacing and padding in header for more compact fit - Fix back button overflow by removing width: 100% and adding overflow handling - Make filter section more compact with smaller fonts and spacing - Add main-wrapper div to group main and footer - Keep rounded corners (40px) on all three sections like main.css - Footer stays at bottom of main content area - Fix HTML structure: footer outside main, both inside wrapper
This commit is contained in:
4
justfile
4
justfile
@@ -113,10 +113,10 @@ deploy:
|
||||
deploy-database:
|
||||
@echo "⚠️ Deploying test database (will overwrite remote test.db)"
|
||||
@echo "Creating database directory if needed..."
|
||||
ssh posterg "mkdir -p /var/www/posterg/database"
|
||||
ssh posterg "mkdir -p /var/www/posterg/storage"
|
||||
rsync -vur --progress ./storage/test.db posterg:/var/www/posterg/storage/test.db
|
||||
@echo "Setting correct permissions..."
|
||||
ssh posterg "chown www-data:posterg /var/www/posterg/database /var/www/posterg/storage/test.db && chmod 775 /var/www/posterg/database && chmod 660 /var/www/posterg/storage/test.db"
|
||||
ssh posterg "chown www-data:posterg /var/www/posterg/storage /var/www/posterg/storage/test.db && chmod 775 /var/www/posterg/storage && chmod 660 /var/www/posterg/storage/test.db"
|
||||
@echo "✅ Test database deployed and configured"
|
||||
|
||||
# Legacy alias
|
||||
|
||||
Reference in New Issue
Block a user