- Adjusted indentation and layout for various elements to enhance readability and maintain consistency.
- Ensured proper alignment of titles and form elements for better user experience.
- Updated password input fields to use flex containers for improved alignment with the show passphrase checkbox.
- This change continues the effort to enhance visual consistency across the plugin.
- Added spacing between hidden input fields and surrounding elements for improved layout consistency.
- This change continues the effort to enhance visual consistency across the plugin.
- Added a span with class "input-instructions" to the custom attributes input for better instructional visibility.
- Wrapped checkboxes in a span for improved layout consistency and clarity.
This change aligns with ongoing efforts to refine input guidance and visual structure across the plugin.
- Disk settings: Separate SSD temperature thresholds
- Dashboard: more descriptive system resources + tooltip
- Wrappers: fix NVME power value retrieval
Instead of styling defined inside a page file, these settings are now kept in a dedicated css file. This has several advantages:
- It comes much easier to maintain styling, all css files are easy to find and update
- Browser can cache css files, which may improve page loading time
- Separate theme css files exist, no more need to make selection by coding
- This PR is a 1-to-1 move of existing inline styling to css files
- In future more optimization can be made by consolidating css files