全画面のモバイルサイズのデザイン調整#71
Merged
miyakoshi-3854 merged 8 commits intomainfrom Jul 27, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
Mobile-first responsive design adjustments for fullscreen mobile layout. The changes extract common screen styles to a global CSS module and implement responsive breakpoints to optimize the interface for mobile devices with screens smaller than 460px.
- Centralized screen styling by extracting common
.screenclass toApp.module.css - Added responsive design breakpoints for mobile devices (max-width: 460px)
- Implemented fullscreen mobile layout with removed border-radius and adjusted container dimensions
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| apps/web/src/App.module.css | Added centralized .screen class and mobile responsive breakpoints for fullscreen layout |
| apps/web/src/components/home/HomeScreen.tsx | Updated to use centralized screen class from App.module.css |
| apps/web/src/components/home/HomeScreen.module.css | Removed duplicate screen styles and adjusted spacing for mobile |
| apps/web/src/components/mode/ModeScreen.tsx | Updated to use centralized screen class from App.module.css |
| apps/web/src/components/mode/ModeScreen.module.css | Removed duplicate screen styles and added mobile-specific positioning |
| apps/web/src/components/photo/PhotoScreen.tsx | Updated to use centralized screen class from App.module.css |
| apps/web/src/components/photo/PhotoScreen.module.css | Removed duplicate screen styles and optimized camera layout for mobile |
| apps/web/src/components/photo/PhotoPreview.tsx | Updated to use centralized screen class from App.module.css |
| apps/web/src/components/photo/PhotoPreview.module.css | Removed duplicate screen styles and adjusted photo preview dimensions for mobile |
| apps/web/src/components/result/ResultScreen.tsx | Updated to use centralized screen class from App.module.css |
| apps/web/src/components/result/ResultScreen.module.css | Removed duplicate screen styles |
Comments suppressed due to low confidence (1)
apps/web/src/components/photo/PhotoScreen.module.css:15
- Class name changed from 'photo-Content' to 'photo-content' but the corresponding usage in the JSX file is not visible in this diff. Ensure the class name is updated consistently in the PhotoScreen.tsx component.
.photo-content {
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 変更内容
何を変更したか
なぜ変更したか
🧪 テスト・確認項目
動作確認
📸 スクリーンショット(UI変更がある場合)
💡 補足事項
🔗 関連Issue
Closes #