Warren
3cfc5eeb54
feat: Improve PDF preview with fullscreen button
Changes:
1. Increased PDF preview height
- Detail panel: 400px → 600px
- More space for document viewing
2. Added Fullscreen button
- Opens PDF in full-screen overlay
- 90vw × 85vh size (almost full screen)
- Better reading experience
3. Removed sandbox restriction
- sandbox='allow-same-origin' removed
- Allows PDF plugins to work correctly
- Better browser compatibility
4. Layout improvement
- Fullscreen button at top
- PDF iframe below
- Clean vertical layout
Result:
- PDF files display correctly ✅
- Fullscreen viewing available ✅
- Works with browser PDF viewer ✅
Files:
- src/page.html (PDF preview height, fullscreen button, sandbox removed)