No description
Find a file
DJP f1eea69057 Compact score display and fix log font
Score Display Changes:
- Changed from vertical to horizontal inline-flex layout
- Reduced padding: 40px → 12px (70% smaller)
- Smaller score number: 72px → 42px font
- Smaller score label: 20px → 14px font
- Now takes ~60px height vs ~200px height

Stats Cards:
- Reduced padding: 20px → 12px
- Smaller numbers: 36px → 28px
- Smaller labels: 14px → 12px
- Tighter grid: 200px → 130px minimum
- Reduced gaps: 20px → 10px

Processing Log:
- Changed font from Courier New to Montserrat (matches app style)
- Reduced padding: 16px → 12px, max-height: 300px → 250px
- Tighter log entries: 8px → 6px padding
- Smaller font: 13px → 12px

Result: ~60% reduction in vertical space for header section!

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-20 17:58:31 -04:00
README's Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
results Fix coordinate scaling for visual markers 2025-10-20 16:31:02 -04:00
Test_files Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
uploads Fix coordinate scaling for visual markers 2025-10-20 16:31:02 -04:00
.env.example Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
.gitignore Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
api.php Fix poppler PATH for MAMP environments 2025-10-20 16:28:02 -04:00
create_test_pdf_with_images.py Add test PDF for visual inspector demo 2025-10-20 16:21:18 -04:00
enterprise_pdf_checker.py Fix coordinate scaling for visual markers 2025-10-20 16:31:02 -04:00
index.html Compact score display and fix log font 2025-10-20 17:58:31 -04:00
requirements.txt Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
test_env.py Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
test_php_env.php Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
test_quick.sh Initial commit: Enterprise PDF Accessibility Checker 2025-10-20 15:50:56 -04:00
test_visual_inspector.pdf Add test PDF for visual inspector demo 2025-10-20 16:21:18 -04:00