-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Some elements in BJH OS, such as buttons, text, and icons, are not properly aligned or spaced consistently across different screens. This causes the interface to look uneven and affects user experience.
Tasks
- Check all main screens (home, app launcher, settings).
- Ensure buttons, text boxes, and icons have consistent spacing.
- Adjust margins, padding, and alignment using CSS or HTML as needed.
- Make sure the UI looks correct on different resolutions.
Requirements
- Follow BJH OS’s design style and coding conventions.
- Include screenshots of before and after changes in your pull request.
- Test your changes to ensure nothing else in the UI breaks.
Resources
- BJH OS Developer Documentation: DEV_DOCS.md
- BJH OS CSS and UI code: located in the
css/andhtml/folders in the repo.
Steps to Submit Pull Request
-
Fork the BJH OS repository.
-
Create a new branch:
git checkout -b fix/ui-spacing
-
Make your changes.
-
Push to your fork and create a pull request targeting the main branch.
Note: Only submit PRs for this issue if you are confident you can complete the tasks. Thank you for helping improve BJH OS! 🙌
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers